Html Css Color HEX #B97143 Bourbon

📋 copy color: '#B97143'

red 185 ◦ green 113 ◦ blue 67

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

Shades of Bourbon #B97143

Tints of Bourbon #B97143

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.96%

 BLUE value IS 67 (26.56% from 255) = 18.36%

R = 50.68%
G = 30.96%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#B97143 (or 0xB97143) is known color: Bourbon. HEX triplet: B9, 71 and 43. RGB value is (185,113,67). Sum of RGB (Red+Green+Blue) = 185+113+67=365 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.68% from 365); Green value is 113 (44.53% from 255 or 30.96% from 365); Blue value is 67 (26.56% from 255 or 18.36% from 365); Max value from RGB is 185 - color contains mainly: red. Hex color #B97143 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97143 is #468EBC. Grayscale: #818181. Windows color (decimal): -4624061 or 4420025. OLE color: 4420025.

HSL color Cylindrical-coordinate representation of color #B97143: hue angle of 23.39º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B97143 is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 113 67 -
CMYK 0 0.39 0.64 0.27
HSL 23.39º 0.47% 0.49% -
HSV(B) 23.39º 0.64% 0.73% -
XYZ 26.93 22.53 8.24 -
YUV 129.28 92.85 167.74 -
System Red Green Blue C M Y K H S L
Decimal 185 113 67 0 0.39 0.64 0.27 23.39 0.47 0.49
Hex B9 71 43 0 27 40 1B 17 2F 31
Octal 271 161 103 0 47 100 33 27 57 61
Binary 10111001 1110001 1000011 0 100111 1000000 11011 10111 101111 110001

Color Harmonies of #B97143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97143

Black with #B97143

Text Example


Text Example

White with #B97143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97143; }

 p { color: rgb(185,113,67); }

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

background-color css

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

 a { background-color: rgb(185,113,67); }

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

border-color css

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

 span { border-color: rgb(185,113,67); }

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