Html Css Color HEX #B0663C Bourbon

📋 copy color: '#B0663C'

red 176 ◦ green 102 ◦ blue 60

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

Shades of Bourbon #B0663C

Tints of Bourbon #B0663C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.18%

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

R = 52.07%
G = 30.18%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#B0663C (or 0xB0663C) is known color: Bourbon. HEX triplet: B0, 66 and 3C. RGB value is (176,102,60). Sum of RGB (Red+Green+Blue) = 176+102+60=338 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.07% from 338); Green value is 102 (40.23% from 255 or 30.18% from 338); Blue value is 60 (23.83% from 255 or 17.75% from 338); Max value from RGB is 176 - color contains mainly: red. Hex color #B0663C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0663C is #4F99C3. Grayscale: #777777. Windows color (decimal): -5216708 or 3958448. OLE color: 3958448.

HSL color Cylindrical-coordinate representation of color #B0663C: hue angle of 21.72º 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 #B0663C is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 102 60 -
CMYK 0 0.42 0.66 0.31
HSL 21.72º 0.49% 0.46% -
HSV(B) 21.72º 0.66% 0.69% -
XYZ 23.47 19.06 6.72 -
YUV 119.34 94.52 168.42 -
System Red Green Blue C M Y K H S L
Decimal 176 102 60 0 0.42 0.66 0.31 21.72 0.49 0.46
Hex B0 66 3C 0 2A 42 1F 16 31 2E
Octal 260 146 74 0 52 102 37 26 61 56
Binary 10110000 1100110 111100 0 101010 1000010 11111 10110 110001 101110

Color Harmonies of #B0663C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0663C

Black with #B0663C

Text Example


Text Example

White with #B0663C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0663C; }

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

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

background-color css

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

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

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

border-color css

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

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

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