Html Css Color HEX #B0703F Bourbon

📋 copy color: '#B0703F'

red 176 ◦ green 112 ◦ blue 63

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

Shades of Bourbon #B0703F

Tints of Bourbon #B0703F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.91%

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

R = 50.14%
G = 31.91%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B0703F (or 0xB0703F) is known color: Bourbon. HEX triplet: B0, 70 and 3F. RGB value is (176,112,63). Sum of RGB (Red+Green+Blue) = 176+112+63=351 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.14% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 63 (25% from 255 or 17.95% from 351); Max value from RGB is 176 - color contains mainly: red. Hex color #B0703F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0703F is #4F8FC0. Grayscale: #7D7D7D. Windows color (decimal): -5214145 or 4157616. OLE color: 4157616.

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

Color convert

RGB 176 112 63 -
CMYK 0 0.36 0.64 0.31
HSL 26.02º 0.47% 0.47% -
HSV(B) 26.02º 0.64% 0.69% -
XYZ 24.6 21.18 7.49 -
YUV 125.55 92.7 163.98 -
System Red Green Blue C M Y K H S L
Decimal 176 112 63 0 0.36 0.64 0.31 26.02 0.47 0.47
Hex B0 70 3F 0 24 40 1F 1A 2F 2F
Octal 260 160 77 0 44 100 37 32 57 57
Binary 10110000 1110000 111111 0 100100 1000000 11111 11010 101111 101111

Color Harmonies of #B0703F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0703F

Black with #B0703F

Text Example


Text Example

White with #B0703F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0703F; }

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

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

background-color css

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

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

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

border-color css

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

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

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