Html Css Color HEX #B9673E Bourbon

📋 copy color: '#B9673E'

red 185 ◦ green 103 ◦ blue 62

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

Shades of Bourbon #B9673E

Tints of Bourbon #B9673E

RGB

 RED value IS 185 (72.66% from 255) = 52.86%

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

 BLUE value IS 62 (24.61% from 255) = 17.71%

R = 52.86%
G = 29.43%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#B9673E (or 0xB9673E) is known color: Bourbon. HEX triplet: B9, 67 and 3E. RGB value is (185,103,62). Sum of RGB (Red+Green+Blue) = 185+103+62=350 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.86% from 350); Green value is 103 (40.62% from 255 or 29.43% from 350); Blue value is 62 (24.61% from 255 or 17.71% from 350); Max value from RGB is 185 - color contains mainly: red. Hex color #B9673E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9673E is #4698C1. Grayscale: #7B7B7B. Windows color (decimal): -4626626 or 4089785. OLE color: 4089785.

HSL color Cylindrical-coordinate representation of color #B9673E: hue angle of 20º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B9673E is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 103 62 -
CMYK 0 0.44 0.66 0.27
HSL 20º 0.5% 0.48% -
HSV(B) 20º 0.66% 0.73% -
XYZ 25.73 20.36 7.13 -
YUV 122.84 93.67 172.33 -
System Red Green Blue C M Y K H S L
Decimal 185 103 62 0 0.44 0.66 0.27 20 0.5 0.48
Hex B9 67 3E 0 2C 42 1B 14 32 30
Octal 271 147 76 0 54 102 33 24 62 60
Binary 10111001 1100111 111110 0 101100 1000010 11011 10100 110010 110000

Color Harmonies of #B9673E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9673E

Black with #B9673E

Text Example


Text Example

White with #B9673E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9673E; }

 p { color: rgb(185,103,62); }

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

background-color css

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

 a { background-color: rgb(185,103,62); }

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

border-color css

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

 span { border-color: rgb(185,103,62); }

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