Html Css Color HEX #B77340 Bourbon

📋 copy color: '#B77340'

red 183 ◦ green 115 ◦ blue 64

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

Shades of Bourbon #B77340

Tints of Bourbon #B77340

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.77%

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

R = 50.55%
G = 31.77%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B77340 (or 0xB77340) is known color: Bourbon. HEX triplet: B7, 73 and 40. RGB value is (183,115,64). Sum of RGB (Red+Green+Blue) = 183+115+64=362 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.55% from 362); Green value is 115 (45.31% from 255 or 31.77% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 183 - color contains mainly: red. Hex color #B77340 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77340 is #488CBF. Grayscale: #818181. Windows color (decimal): -4754624 or 4223927. OLE color: 4223927.

HSL color Cylindrical-coordinate representation of color #B77340: hue angle of 25.71º 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 #B77340 is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 115 64 -
CMYK 0 0.37 0.65 0.28
HSL 25.71º 0.48% 0.48% -
HSV(B) 25.71º 0.65% 0.72% -
XYZ 26.58 22.7 7.83 -
YUV 129.52 91.03 166.15 -
System Red Green Blue C M Y K H S L
Decimal 183 115 64 0 0.37 0.65 0.28 25.71 0.48 0.48
Hex B7 73 40 0 25 41 1C 1A 30 30
Octal 267 163 100 0 45 101 34 32 60 60
Binary 10110111 1110011 1000000 0 100101 1000001 11100 11010 110000 110000

Color Harmonies of #B77340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77340

Black with #B77340

Text Example


Text Example

White with #B77340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77340; }

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

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

background-color css

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

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

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

border-color css

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

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

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