Html Css Color HEX #B76F3B Bourbon

📋 copy color: '#B76F3B'

red 183 ◦ green 111 ◦ blue 59

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

Shades of Bourbon #B76F3B

Tints of Bourbon #B76F3B

RGB

 RED value IS 183 (71.88% from 255) = 51.84%

 GREEN value IS 111 (43.75% from 255) = 31.44%

 BLUE value IS 59 (23.44% from 255) = 16.71%

R = 51.84%
G = 31.44%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B76F3B (or 0xB76F3B) is known color: Bourbon. HEX triplet: B7, 6F and 3B. RGB value is (183,111,59). Sum of RGB (Red+Green+Blue) = 183+111+59=353 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.84% from 353); Green value is 111 (43.75% from 255 or 31.44% from 353); Blue value is 59 (23.44% from 255 or 16.71% from 353); Max value from RGB is 183 - color contains mainly: red. Hex color #B76F3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76F3B is #4890C4. Grayscale: #7E7E7E. Windows color (decimal): -4755653 or 3895223. OLE color: 3895223.

HSL color Cylindrical-coordinate representation of color #B76F3B: hue angle of 25.16º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B76F3B is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 111 59 -
CMYK 0 0.39 0.68 0.28
HSL 25.16º 0.51% 0.47% -
HSV(B) 25.16º 0.68% 0.72% -
XYZ 26 21.75 6.97 -
YUV 126.6 89.85 168.23 -
System Red Green Blue C M Y K H S L
Decimal 183 111 59 0 0.39 0.68 0.28 25.16 0.51 0.47
Hex B7 6F 3B 0 27 44 1C 19 33 2F
Octal 267 157 73 0 47 104 34 31 63 57
Binary 10110111 1101111 111011 0 100111 1000100 11100 11001 110011 101111

Color Harmonies of #B76F3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76F3B

Black with #B76F3B

Text Example


Text Example

White with #B76F3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76F3B; }

 p { color: rgb(183,111,59); }

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

background-color css

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

 a { background-color: rgb(183,111,59); }

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

border-color css

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

 span { border-color: rgb(183,111,59); }

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