Html Css Color HEX #B0753C Bourbon

📋 copy color: '#B0753C'

red 176 ◦ green 117 ◦ blue 60

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

Shades of Bourbon #B0753C

Tints of Bourbon #B0753C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.14%

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

R = 49.86%
G = 33.14%
B = 17%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#B0753C (or 0xB0753C) is known color: Bourbon. HEX triplet: B0, 75 and 3C. RGB value is (176,117,60). Sum of RGB (Red+Green+Blue) = 176+117+60=353 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.86% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 60 (23.83% from 255 or 17.00% from 353); Max value from RGB is 176 - color contains mainly: red. Hex color #B0753C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0753C is #4F8AC3. Grayscale: #808080. Windows color (decimal): -5212868 or 3962288. OLE color: 3962288.

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

Color convert

RGB 176 117 60 -
CMYK 0 0.34 0.66 0.31
HSL 29.48º 0.49% 0.46% -
HSV(B) 29.48º 0.66% 0.69% -
XYZ 25.08 22.28 7.25 -
YUV 128.14 89.55 162.13 -
System Red Green Blue C M Y K H S L
Decimal 176 117 60 0 0.34 0.66 0.31 29.48 0.49 0.46
Hex B0 75 3C 0 22 42 1F 1D 31 2E
Octal 260 165 74 0 42 102 37 35 61 56
Binary 10110000 1110101 111100 0 100010 1000010 11111 11101 110001 101110

Color Harmonies of #B0753C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0753C

Black with #B0753C

Text Example


Text Example

White with #B0753C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0753C; }

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

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

background-color css

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

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

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

border-color css

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

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

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