Html Css Color HEX #BB8E3E Pizza

📋 copy color: '#BB8E3E'

red 187 ◦ green 142 ◦ blue 62

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

Shades of Pizza #BB8E3E

Tints of Pizza #BB8E3E

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.32%

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

R = 47.83%
G = 36.32%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BB8E3E (or 0xBB8E3E) is known color: Pizza. HEX triplet: BB, 8E and 3E. RGB value is (187,142,62). Sum of RGB (Red+Green+Blue) = 187+142+62=391 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.83% from 391); Green value is 142 (55.86% from 255 or 36.32% from 391); Blue value is 62 (24.61% from 255 or 15.86% from 391); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8E3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8E3E is #4471C1. Grayscale: #929292. Windows color (decimal): -4485570 or 4099771. OLE color: 4099771.

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

Color convert

RGB 187 142 62 -
CMYK 0 0.24 0.67 0.27
HSL 38.4º 0.5% 0.49% -
HSV(B) 38.4º 0.67% 0.73% -
XYZ 31.04 30.26 8.76 -
YUV 146.34 80.41 157 -
System Red Green Blue C M Y K H S L
Decimal 187 142 62 0 0.24 0.67 0.27 38.4 0.5 0.49
Hex BB 8E 3E 0 18 43 1B 26 32 31
Octal 273 216 76 0 30 103 33 46 62 61
Binary 10111011 10001110 111110 0 11000 1000011 11011 100110 110010 110001

Color Harmonies of #BB8E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8E3E

Black with #BB8E3E

Text Example


Text Example

White with #BB8E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8E3E; }

 p { color: rgb(187,142,62); }

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

background-color css

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

 a { background-color: rgb(187,142,62); }

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

border-color css

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

 span { border-color: rgb(187,142,62); }

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