Html Css Color HEX #BB9142 Pizza

📋 copy color: '#BB9142'

red 187 ◦ green 145 ◦ blue 66

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

Shades of Pizza #BB9142

Tints of Pizza #BB9142

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.43%

 BLUE value IS 66 (26.17% from 255) = 16.58%

R = 46.98%
G = 36.43%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BB9142 (or 0xBB9142) is known color: Pizza. HEX triplet: BB, 91 and 42. RGB value is (187,145,66). Sum of RGB (Red+Green+Blue) = 187+145+66=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 145 (57.03% from 255 or 36.43% from 398); Blue value is 66 (26.17% from 255 or 16.58% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9142 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9142 is #446EBD. Grayscale: #949494. Windows color (decimal): -4484798 or 4362683. OLE color: 4362683.

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

Color convert

RGB 187 145 66 -
CMYK 0 0.22 0.65 0.27
HSL 39.17º 0.48% 0.5% -
HSV(B) 39.17º 0.65% 0.73% -
XYZ 31.6 31.21 9.51 -
YUV 148.55 81.41 155.42 -
System Red Green Blue C M Y K H S L
Decimal 187 145 66 0 0.22 0.65 0.27 39.17 0.48 0.5
Hex BB 91 42 0 16 41 1B 27 30 32
Octal 273 221 102 0 26 101 33 47 60 62
Binary 10111011 10010001 1000010 0 10110 1000001 11011 100111 110000 110010

Color Harmonies of #BB9142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9142

Black with #BB9142

Text Example


Text Example

White with #BB9142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9142; }

 p { color: rgb(187,145,66); }

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

background-color css

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

 a { background-color: rgb(187,145,66); }

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

border-color css

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

 span { border-color: rgb(187,145,66); }

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