Html Css Color HEX #BB7148 Bourbon

📋 copy color: '#BB7148'

red 187 ◦ green 113 ◦ blue 72

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

Shades of Bourbon #BB7148

Tints of Bourbon #BB7148

RGB

 RED value IS 187 (73.44% from 255) = 50.27%

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

 BLUE value IS 72 (28.52% from 255) = 19.35%

R = 50.27%
G = 30.38%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BB7148 (or 0xBB7148) is known color: Bourbon. HEX triplet: BB, 71 and 48. RGB value is (187,113,72). Sum of RGB (Red+Green+Blue) = 187+113+72=372 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.27% from 372); Green value is 113 (44.53% from 255 or 30.38% from 372); Blue value is 72 (28.52% from 255 or 19.35% from 372); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7148 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7148 is #448EB7. Grayscale: #828282. Windows color (decimal): -4492984 or 4747707. OLE color: 4747707.

HSL color Cylindrical-coordinate representation of color #BB7148: hue angle of 21.39º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB7148 is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 113 72 -
CMYK 0 0.40 0.61 0.27
HSL 21.39º 0.46% 0.51% -
HSV(B) 21.39º 0.61% 0.73% -
XYZ 27.57 22.84 9.09 -
YUV 130.45 95.02 168.33 -
System Red Green Blue C M Y K H S L
Decimal 187 113 72 0 0.40 0.61 0.27 21.39 0.46 0.51
Hex BB 71 48 0 28 3D 1B 15 2E 33
Octal 273 161 110 0 50 75 33 25 56 63
Binary 10111011 1110001 1001000 0 101000 111101 11011 10101 101110 110011

Color Harmonies of #BB7148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7148

Black with #BB7148

Text Example


Text Example

White with #BB7148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7148; }

 p { color: rgb(187,113,72); }

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

background-color css

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

 a { background-color: rgb(187,113,72); }

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

border-color css

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

 span { border-color: rgb(187,113,72); }

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