Html Css Color HEX #B06737 Bourbon

📋 copy color: '#B06737'

red 176 ◦ green 103 ◦ blue 55

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

Shades of Bourbon #B06737

Tints of Bourbon #B06737

RGB

 RED value IS 176 (69.14% from 255) = 52.69%

 GREEN value IS 103 (40.63% from 255) = 30.84%

 BLUE value IS 55 (21.88% from 255) = 16.47%

R = 52.69%
G = 30.84%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#B06737 (or 0xB06737) is known color: Bourbon. HEX triplet: B0, 67 and 37. RGB value is (176,103,55). Sum of RGB (Red+Green+Blue) = 176+103+55=334 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.69% from 334); Green value is 103 (40.62% from 255 or 30.84% from 334); Blue value is 55 (21.88% from 255 or 16.47% from 334); Max value from RGB is 176 - color contains mainly: red. Hex color #B06737 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06737 is #4F98C8. Grayscale: #777777. Windows color (decimal): -5216457 or 3631024. OLE color: 3631024.

HSL color Cylindrical-coordinate representation of color #B06737: hue angle of 23.8º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B06737 is Cyan = 0, Magento = 0.41, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 103 55 -
CMYK 0 0.41 0.69 0.31
HSL 23.8º 0.52% 0.45% -
HSV(B) 23.8º 0.69% 0.69% -
XYZ 23.44 19.21 6.09 -
YUV 119.36 91.68 168.4 -
System Red Green Blue C M Y K H S L
Decimal 176 103 55 0 0.41 0.69 0.31 23.8 0.52 0.45
Hex B0 67 37 0 29 45 1F 18 34 2D
Octal 260 147 67 0 51 105 37 30 64 55
Binary 10110000 1100111 110111 0 101001 1000101 11111 11000 110100 101101

Color Harmonies of #B06737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06737

Black with #B06737

Text Example


Text Example

White with #B06737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06737; }

 p { color: rgb(176,103,55); }

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

background-color css

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

 a { background-color: rgb(176,103,55); }

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

border-color css

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

 span { border-color: rgb(176,103,55); }

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