Html Css Color HEX #B77348 Bourbon

📋 copy color: '#B77348'

red 183 ◦ green 115 ◦ blue 72

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

Shades of Bourbon #B77348

Tints of Bourbon #B77348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.46%

R = 49.46%
G = 31.08%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B77348 (or 0xB77348) is known color: Bourbon. HEX triplet: B7, 73 and 48. RGB value is (183,115,72). Sum of RGB (Red+Green+Blue) = 183+115+72=370 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.46% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 72 (28.52% from 255 or 19.46% from 370); Max value from RGB is 183 - color contains mainly: red. Hex color #B77348 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77348 is #488CB7. Grayscale: #828282. Windows color (decimal): -4754616 or 4748215. OLE color: 4748215.

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

Color convert

RGB 183 115 72 -
CMYK 0 0.37 0.61 0.28
HSL 23.24º 0.44% 0.5% -
HSV(B) 23.24º 0.61% 0.72% -
XYZ 26.83 22.8 9.12 -
YUV 130.43 95.03 165.5 -
System Red Green Blue C M Y K H S L
Decimal 183 115 72 0 0.37 0.61 0.28 23.24 0.44 0.5
Hex B7 73 48 0 25 3D 1C 17 2C 32
Octal 267 163 110 0 45 75 34 27 54 62
Binary 10110111 1110011 1001000 0 100101 111101 11100 10111 101100 110010

Color Harmonies of #B77348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77348

Black with #B77348

Text Example


Text Example

White with #B77348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77348; }

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

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

background-color css

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

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

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

border-color css

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

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

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