Html Css Color HEX #B0673B Bourbon

📋 copy color: '#B0673B'

red 176 ◦ green 103 ◦ blue 59

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

Shades of Bourbon #B0673B

Tints of Bourbon #B0673B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.47%

 BLUE value IS 59 (23.44% from 255) = 17.46%

R = 52.07%
G = 30.47%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#B0673B (or 0xB0673B) is known color: Bourbon. HEX triplet: B0, 67 and 3B. RGB value is (176,103,59). Sum of RGB (Red+Green+Blue) = 176+103+59=338 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.07% from 338); Green value is 103 (40.62% from 255 or 30.47% from 338); Blue value is 59 (23.44% from 255 or 17.46% from 338); Max value from RGB is 176 - color contains mainly: red. Hex color #B0673B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0673B is #4F98C4. Grayscale: #787878. Windows color (decimal): -5216453 or 3893168. OLE color: 3893168.

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

Color convert

RGB 176 103 59 -
CMYK 0 0.41 0.66 0.31
HSL 22.56º 0.5% 0.46% -
HSV(B) 22.56º 0.66% 0.69% -
XYZ 23.54 19.25 6.61 -
YUV 119.81 93.68 168.08 -
System Red Green Blue C M Y K H S L
Decimal 176 103 59 0 0.41 0.66 0.31 22.56 0.5 0.46
Hex B0 67 3B 0 29 42 1F 17 32 2E
Octal 260 147 73 0 51 102 37 27 62 56
Binary 10110000 1100111 111011 0 101001 1000010 11111 10111 110010 101110

Color Harmonies of #B0673B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0673B

Black with #B0673B

Text Example


Text Example

White with #B0673B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0673B; }

 p { color: rgb(176,103,59); }

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

background-color css

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

 a { background-color: rgb(176,103,59); }

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

border-color css

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

 span { border-color: rgb(176,103,59); }

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