Html Css Color HEX #B77240 Bourbon

📋 copy color: '#B77240'

red 183 ◦ green 114 ◦ blue 64

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

Shades of Bourbon #B77240

Tints of Bourbon #B77240

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.58%

 BLUE value IS 64 (25.39% from 255) = 17.73%

R = 50.69%
G = 31.58%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B77240 (or 0xB77240) is known color: Bourbon. HEX triplet: B7, 72 and 40. RGB value is (183,114,64). Sum of RGB (Red+Green+Blue) = 183+114+64=361 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.69% from 361); Green value is 114 (44.92% from 255 or 31.58% from 361); Blue value is 64 (25.39% from 255 or 17.73% from 361); Max value from RGB is 183 - color contains mainly: red. Hex color #B77240 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77240 is #488DBF. Grayscale: #818181. Windows color (decimal): -4754880 or 4223671. OLE color: 4223671.

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

Color convert

RGB 183 114 64 -
CMYK 0 0.38 0.65 0.28
HSL 25.21º 0.48% 0.48% -
HSV(B) 25.21º 0.65% 0.72% -
XYZ 26.47 22.47 7.79 -
YUV 128.93 91.36 166.57 -
System Red Green Blue C M Y K H S L
Decimal 183 114 64 0 0.38 0.65 0.28 25.21 0.48 0.48
Hex B7 72 40 0 26 41 1C 19 30 30
Octal 267 162 100 0 46 101 34 31 60 60
Binary 10110111 1110010 1000000 0 100110 1000001 11100 11001 110000 110000

Color Harmonies of #B77240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77240

Black with #B77240

Text Example


Text Example

White with #B77240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77240; }

 p { color: rgb(183,114,64); }

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

background-color css

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

 a { background-color: rgb(183,114,64); }

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

border-color css

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

 span { border-color: rgb(183,114,64); }

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