Html Css Color HEX #B06C46 Bourbon

📋 copy color: '#B06C46'

red 176 ◦ green 108 ◦ blue 70

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

Shades of Bourbon #B06C46

Tints of Bourbon #B06C46

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.51%

 BLUE value IS 70 (27.73% from 255) = 19.77%

R = 49.72%
G = 30.51%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B06C46 (or 0xB06C46) is known color: Bourbon. HEX triplet: B0, 6C and 46. RGB value is (176,108,70). Sum of RGB (Red+Green+Blue) = 176+108+70=354 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.72% from 354); Green value is 108 (42.58% from 255 or 30.51% from 354); Blue value is 70 (27.73% from 255 or 19.77% from 354); Max value from RGB is 176 - color contains mainly: red. Hex color #B06C46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06C46 is #4F93B9. Grayscale: #7C7C7C. Windows color (decimal): -5215162 or 4615344. OLE color: 4615344.

HSL color Cylindrical-coordinate representation of color #B06C46: hue angle of 21.51º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B06C46 is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 108 70 -
CMYK 0 0.39 0.60 0.31
HSL 21.51º 0.43% 0.48% -
HSV(B) 21.51º 0.6% 0.69% -
XYZ 24.37 20.4 8.45 -
YUV 124 97.53 165.09 -
System Red Green Blue C M Y K H S L
Decimal 176 108 70 0 0.39 0.60 0.31 21.51 0.43 0.48
Hex B0 6C 46 0 27 3C 1F 16 2B 30
Octal 260 154 106 0 47 74 37 26 53 60
Binary 10110000 1101100 1000110 0 100111 111100 11111 10110 101011 110000

Color Harmonies of #B06C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06C46

Black with #B06C46

Text Example


Text Example

White with #B06C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06C46; }

 p { color: rgb(176,108,70); }

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

background-color css

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

 a { background-color: rgb(176,108,70); }

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

border-color css

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

 span { border-color: rgb(176,108,70); }

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