Html Css Color HEX #B06738 Bourbon

📋 copy color: '#B06738'

red 176 ◦ green 103 ◦ blue 56

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

Shades of Bourbon #B06738

Tints of Bourbon #B06738

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 16.72%

R = 52.54%
G = 30.75%
B = 16.72%

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

#B06738 (or 0xB06738) is known color: Bourbon. HEX triplet: B0, 67 and 38. RGB value is (176,103,56). Sum of RGB (Red+Green+Blue) = 176+103+56=335 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.54% from 335); Green value is 103 (40.62% from 255 or 30.75% from 335); Blue value is 56 (22.27% from 255 or 16.72% from 335); Max value from RGB is 176 - color contains mainly: red. Hex color #B06738 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06738 is #4F98C7. Grayscale: #777777. Windows color (decimal): -5216456 or 3696560. OLE color: 3696560.

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

Color convert

RGB 176 103 56 -
CMYK 0 0.41 0.68 0.31
HSL 23.5º 0.52% 0.45% -
HSV(B) 23.5º 0.68% 0.69% -
XYZ 23.47 19.22 6.21 -
YUV 119.47 92.18 168.32 -
System Red Green Blue C M Y K H S L
Decimal 176 103 56 0 0.41 0.68 0.31 23.5 0.52 0.45
Hex B0 67 38 0 29 44 1F 18 34 2D
Octal 260 147 70 0 51 104 37 30 64 55
Binary 10110000 1100111 111000 0 101001 1000100 11111 11000 110100 101101

Color Harmonies of #B06738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06738

Black with #B06738

Text Example


Text Example

White with #B06738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06738; }

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

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

background-color css

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

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

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

border-color css

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

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

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