Html Css Color HEX #B0773D Bourbon

📋 copy color: '#B0773D'

red 176 ◦ green 119 ◦ blue 61

#B0773D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bourbon #B0773D

Tints of Bourbon #B0773D

RGB

 RED value IS 176 (69.14% from 255) = 49.44%

 GREEN value IS 119 (46.88% from 255) = 33.43%

 BLUE value IS 61 (24.22% from 255) = 17.13%

R = 49.44%
G = 33.43%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.65

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B0773D (or 0xB0773D) is known color: Bourbon. HEX triplet: B0, 77 and 3D. RGB value is (176,119,61). Sum of RGB (Red+Green+Blue) = 176+119+61=356 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.44% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 61 (24.22% from 255 or 17.13% from 356); Max value from RGB is 176 - color contains mainly: red. Hex color #B0773D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0773D is #4F88C2. Grayscale: #818181. Windows color (decimal): -5212355 or 4028336. OLE color: 4028336.

HSL color Cylindrical-coordinate representation of color #B0773D: hue angle of 30.26º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B0773D is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 119 61 -
CMYK 0 0.32 0.65 0.31
HSL 30.26º 0.49% 0.46% -
HSV(B) 30.26º 0.65% 0.69% -
XYZ 25.34 22.76 7.47 -
YUV 129.43 89.38 161.22 -
System Red Green Blue C M Y K H S L
Decimal 176 119 61 0 0.32 0.65 0.31 30.26 0.49 0.46
Hex B0 77 3D 0 20 41 1F 1E 31 2E
Octal 260 167 75 0 40 101 37 36 61 56
Binary 10110000 1110111 111101 0 100000 1000001 11111 11110 110001 101110

Color Harmonies of #B0773D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0773D

Black with #B0773D

Text Example


Text Example

White with #B0773D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0773D; }

 p { color: rgb(176,119,61); }

 H1.HeaderClassName
 {
   color: #B0773D;
 }
 .AnyTagClassName
 {
   color: #B0773D;
 }
</style>

background-color css

<style>
 a { background-color: #B0773D; }

 a { background-color: rgb(176,119,61); }

 div.DivClassName
 {
   background-color: #B0773D;
 }
 .BgClassName
 {
   background-color: #B0773D;
 }
</style>

border-color css

<style>
 span { border-color: #B0773D; }

 span { border-color: rgb(176,119,61); }

 td.TdClassName
 {
   border-color: #B0773D;
 }
 .TagClassName
 {
   border-color: #B0773D;
 }
</style>