Html Css Color HEX #B0753F Bourbon

📋 copy color: '#B0753F'

red 176 ◦ green 117 ◦ blue 63

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

Shades of Bourbon #B0753F

Tints of Bourbon #B0753F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.7%

R = 49.44%
G = 32.87%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B0753F (or 0xB0753F) is known color: Bourbon. HEX triplet: B0, 75 and 3F. RGB value is (176,117,63). Sum of RGB (Red+Green+Blue) = 176+117+63=356 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.44% from 356); Green value is 117 (46.09% from 255 or 32.87% from 356); Blue value is 63 (25% from 255 or 17.70% from 356); Max value from RGB is 176 - color contains mainly: red. Hex color #B0753F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0753F is #4F8AC0. Grayscale: #808080. Windows color (decimal): -5212865 or 4158896. OLE color: 4158896.

HSL color Cylindrical-coordinate representation of color #B0753F: hue angle of 28.67º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B0753F is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 117 63 -
CMYK 0 0.34 0.64 0.31
HSL 28.67º 0.47% 0.47% -
HSV(B) 28.67º 0.64% 0.69% -
XYZ 25.16 22.31 7.68 -
YUV 128.49 91.05 161.89 -
System Red Green Blue C M Y K H S L
Decimal 176 117 63 0 0.34 0.64 0.31 28.67 0.47 0.47
Hex B0 75 3F 0 22 40 1F 1D 2F 2F
Octal 260 165 77 0 42 100 37 35 57 57
Binary 10110000 1110101 111111 0 100010 1000000 11111 11101 101111 101111

Color Harmonies of #B0753F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0753F

Black with #B0753F

Text Example


Text Example

White with #B0753F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0753F; }

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

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

background-color css

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

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

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

border-color css

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

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

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