Html Css Color HEX #B76F3C Bourbon

📋 copy color: '#B76F3C'

red 183 ◦ green 111 ◦ blue 60

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

Shades of Bourbon #B76F3C

Tints of Bourbon #B76F3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.95%

R = 51.69%
G = 31.36%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.67

 K value IS 0.28

RGB Variations

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

Color information

#B76F3C (or 0xB76F3C) is known color: Bourbon. HEX triplet: B7, 6F and 3C. RGB value is (183,111,60). Sum of RGB (Red+Green+Blue) = 183+111+60=354 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.69% from 354); Green value is 111 (43.75% from 255 or 31.36% from 354); Blue value is 60 (23.83% from 255 or 16.95% from 354); Max value from RGB is 183 - color contains mainly: red. Hex color #B76F3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76F3C is #4890C3. Grayscale: #7E7E7E. Windows color (decimal): -4755652 or 3960759. OLE color: 3960759.

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

Color convert

RGB 183 111 60 -
CMYK 0 0.39 0.67 0.28
HSL 24.88º 0.51% 0.48% -
HSV(B) 24.88º 0.67% 0.72% -
XYZ 26.03 21.76 7.1 -
YUV 126.71 90.35 168.15 -
System Red Green Blue C M Y K H S L
Decimal 183 111 60 0 0.39 0.67 0.28 24.88 0.51 0.48
Hex B7 6F 3C 0 27 43 1C 19 33 30
Octal 267 157 74 0 47 103 34 31 63 60
Binary 10110111 1101111 111100 0 100111 1000011 11100 11001 110011 110000

Color Harmonies of #B76F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76F3C

Black with #B76F3C

Text Example


Text Example

White with #B76F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76F3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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