Html Css Color HEX #B76A41 Bourbon

📋 copy color: '#B76A41'

red 183 ◦ green 106 ◦ blue 65

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

Shades of Bourbon #B76A41

Tints of Bourbon #B76A41

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.94%

 BLUE value IS 65 (25.78% from 255) = 18.36%

R = 51.69%
G = 29.94%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B76A41 (or 0xB76A41) is known color: Bourbon. HEX triplet: B7, 6A and 41. RGB value is (183,106,65). Sum of RGB (Red+Green+Blue) = 183+106+65=354 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.69% from 354); Green value is 106 (41.80% from 255 or 29.94% from 354); Blue value is 65 (25.78% from 255 or 18.36% from 354); Max value from RGB is 183 - color contains mainly: red. Hex color #B76A41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76A41 is #4895BE. Grayscale: #7C7C7C. Windows color (decimal): -4756927 or 4287159. OLE color: 4287159.

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

Color convert

RGB 183 106 65 -
CMYK 0 0.42 0.64 0.28
HSL 20.85º 0.48% 0.49% -
HSV(B) 20.85º 0.64% 0.72% -
XYZ 25.64 20.76 7.66 -
YUV 124.35 94.51 169.83 -
System Red Green Blue C M Y K H S L
Decimal 183 106 65 0 0.42 0.64 0.28 20.85 0.48 0.49
Hex B7 6A 41 0 2A 40 1C 15 30 31
Octal 267 152 101 0 52 100 34 25 60 61
Binary 10110111 1101010 1000001 0 101010 1000000 11100 10101 110000 110001

Color Harmonies of #B76A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76A41

Black with #B76A41

Text Example


Text Example

White with #B76A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76A41; }

 p { color: rgb(183,106,65); }

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

background-color css

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

 a { background-color: rgb(183,106,65); }

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

border-color css

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

 span { border-color: rgb(183,106,65); }

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