Html Css Color HEX #B76C46 Bourbon

📋 copy color: '#B76C46'

red 183 ◦ green 108 ◦ blue 70

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

Shades of Bourbon #B76C46

Tints of Bourbon #B76C46

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.92%

 BLUE value IS 70 (27.73% from 255) = 19.39%

R = 50.69%
G = 29.92%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B76C46 (or 0xB76C46) is known color: Bourbon. HEX triplet: B7, 6C and 46. RGB value is (183,108,70). Sum of RGB (Red+Green+Blue) = 183+108+70=361 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.69% from 361); Green value is 108 (42.58% from 255 or 29.92% from 361); Blue value is 70 (27.73% from 255 or 19.39% from 361); Max value from RGB is 183 - color contains mainly: red. Hex color #B76C46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76C46 is #4893B9. Grayscale: #7E7E7E. Windows color (decimal): -4756410 or 4615351. OLE color: 4615351.

HSL color Cylindrical-coordinate representation of color #B76C46: hue angle of 20.18º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B76C46 is Cyan = 0, Magento = 0.41, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 108 70 -
CMYK 0 0.41 0.62 0.28
HSL 20.18º 0.45% 0.5% -
HSV(B) 20.18º 0.62% 0.72% -
XYZ 26 21.23 8.52 -
YUV 126.09 96.35 168.59 -
System Red Green Blue C M Y K H S L
Decimal 183 108 70 0 0.41 0.62 0.28 20.18 0.45 0.5
Hex B7 6C 46 0 29 3E 1C 14 2D 32
Octal 267 154 106 0 51 76 34 24 55 62
Binary 10110111 1101100 1000110 0 101001 111110 11100 10100 101101 110010

Color Harmonies of #B76C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76C46

Black with #B76C46

Text Example


Text Example

White with #B76C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76C46; }

 p { color: rgb(183,108,70); }

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

background-color css

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

 a { background-color: rgb(183,108,70); }

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

border-color css

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

 span { border-color: rgb(183,108,70); }

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