Html Css Color HEX #B06B3C Bourbon

📋 copy color: '#B06B3C'

red 176 ◦ green 107 ◦ blue 60

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

Shades of Bourbon #B06B3C

Tints of Bourbon #B06B3C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.2%

 BLUE value IS 60 (23.83% from 255) = 17.49%

R = 51.31%
G = 31.2%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#B06B3C (or 0xB06B3C) is known color: Bourbon. HEX triplet: B0, 6B and 3C. RGB value is (176,107,60). Sum of RGB (Red+Green+Blue) = 176+107+60=343 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.31% from 343); Green value is 107 (42.19% from 255 or 31.20% from 343); Blue value is 60 (23.83% from 255 or 17.49% from 343); Max value from RGB is 176 - color contains mainly: red. Hex color #B06B3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06B3C is #4F94C3. Grayscale: #7A7A7A. Windows color (decimal): -5215428 or 3959728. OLE color: 3959728.

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

Color convert

RGB 176 107 60 -
CMYK 0 0.39 0.66 0.31
HSL 24.31º 0.49% 0.46% -
HSV(B) 24.31º 0.66% 0.69% -
XYZ 23.98 20.07 6.89 -
YUV 122.27 92.86 166.32 -
System Red Green Blue C M Y K H S L
Decimal 176 107 60 0 0.39 0.66 0.31 24.31 0.49 0.46
Hex B0 6B 3C 0 27 42 1F 18 31 2E
Octal 260 153 74 0 47 102 37 30 61 56
Binary 10110000 1101011 111100 0 100111 1000010 11111 11000 110001 101110

Color Harmonies of #B06B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06B3C

Black with #B06B3C

Text Example


Text Example

White with #B06B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06B3C; }

 p { color: rgb(176,107,60); }

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

background-color css

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

 a { background-color: rgb(176,107,60); }

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

border-color css

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

 span { border-color: rgb(176,107,60); }

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