Html Css Color HEX #B7744C Bourbon

📋 copy color: '#B7744C'

red 183 ◦ green 116 ◦ blue 76

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

Shades of Bourbon #B7744C

Tints of Bourbon #B7744C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.93%

 BLUE value IS 76 (30.08% from 255) = 20.27%

R = 48.8%
G = 30.93%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#B7744C (or 0xB7744C) is known color: Bourbon. HEX triplet: B7, 74 and 4C. RGB value is (183,116,76). Sum of RGB (Red+Green+Blue) = 183+116+76=375 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.8% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 76 (30.08% from 255 or 20.27% from 375); Max value from RGB is 183 - color contains mainly: red. Hex color #B7744C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7744C is #488BB3. Grayscale: #838383. Windows color (decimal): -4754356 or 5010615. OLE color: 5010615.

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

Color convert

RGB 183 116 76 -
CMYK 0 0.37 0.58 0.28
HSL 22.43º 0.43% 0.51% -
HSV(B) 22.43º 0.58% 0.72% -
XYZ 27.08 23.08 9.87 -
YUV 131.47 96.7 164.75 -
System Red Green Blue C M Y K H S L
Decimal 183 116 76 0 0.37 0.58 0.28 22.43 0.43 0.51
Hex B7 74 4C 0 25 3A 1C 16 2B 33
Octal 267 164 114 0 45 72 34 26 53 63
Binary 10110111 1110100 1001100 0 100101 111010 11100 10110 101011 110011

Color Harmonies of #B7744C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7744C

Black with #B7744C

Text Example


Text Example

White with #B7744C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7744C; }

 p { color: rgb(183,116,76); }

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

background-color css

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

 a { background-color: rgb(183,116,76); }

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

border-color css

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

 span { border-color: rgb(183,116,76); }

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