Html Css Color HEX #B06739 Bourbon

📋 copy color: '#B06739'

red 176 ◦ green 103 ◦ blue 57

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

Shades of Bourbon #B06739

Tints of Bourbon #B06739

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 16.96%

R = 52.38%
G = 30.65%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#B06739 (or 0xB06739) is known color: Bourbon. HEX triplet: B0, 67 and 39. RGB value is (176,103,57). Sum of RGB (Red+Green+Blue) = 176+103+57=336 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.38% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 57 (22.66% from 255 or 16.96% from 336); Max value from RGB is 176 - color contains mainly: red. Hex color #B06739 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06739 is #4F98C6. Grayscale: #777777. Windows color (decimal): -5216455 or 3762096. OLE color: 3762096.

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

Color convert

RGB 176 103 57 -
CMYK 0 0.41 0.68 0.31
HSL 23.19º 0.51% 0.46% -
HSV(B) 23.19º 0.68% 0.69% -
XYZ 23.49 19.23 6.34 -
YUV 119.58 92.68 168.24 -
System Red Green Blue C M Y K H S L
Decimal 176 103 57 0 0.41 0.68 0.31 23.19 0.51 0.46
Hex B0 67 39 0 29 44 1F 17 33 2E
Octal 260 147 71 0 51 104 37 27 63 56
Binary 10110000 1100111 111001 0 101001 1000100 11111 10111 110011 101110

Color Harmonies of #B06739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06739

Black with #B06739

Text Example


Text Example

White with #B06739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06739; }

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

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

background-color css

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

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

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

border-color css

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

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

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