Html Css Color HEX #B0673A Bourbon

📋 copy color: '#B0673A'

red 176 ◦ green 103 ◦ blue 58

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

Shades of Bourbon #B0673A

Tints of Bourbon #B0673A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.21%

R = 52.23%
G = 30.56%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B0673A (or 0xB0673A) is known color: Bourbon. HEX triplet: B0, 67 and 3A. RGB value is (176,103,58). Sum of RGB (Red+Green+Blue) = 176+103+58=337 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.23% from 337); Green value is 103 (40.62% from 255 or 30.56% from 337); Blue value is 58 (23.05% from 255 or 17.21% from 337); Max value from RGB is 176 - color contains mainly: red. Hex color #B0673A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0673A is #4F98C5. Grayscale: #777777. Windows color (decimal): -5216454 or 3827632. OLE color: 3827632.

HSL color Cylindrical-coordinate representation of color #B0673A: hue angle of 22.88º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B0673A is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 103 58 -
CMYK 0 0.41 0.67 0.31
HSL 22.88º 0.5% 0.46% -
HSV(B) 22.88º 0.67% 0.69% -
XYZ 23.52 19.24 6.48 -
YUV 119.7 93.18 168.16 -
System Red Green Blue C M Y K H S L
Decimal 176 103 58 0 0.41 0.67 0.31 22.88 0.5 0.46
Hex B0 67 3A 0 29 43 1F 17 32 2E
Octal 260 147 72 0 51 103 37 27 62 56
Binary 10110000 1100111 111010 0 101001 1000011 11111 10111 110010 101110

Color Harmonies of #B0673A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0673A

Black with #B0673A

Text Example


Text Example

White with #B0673A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0673A; }

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

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

background-color css

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

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

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

border-color css

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

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

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