Html Css Color HEX #BB8F42 Pizza

📋 copy color: '#BB8F42'

red 187 ◦ green 143 ◦ blue 66

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

Shades of Pizza #BB8F42

Tints of Pizza #BB8F42

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.11%

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

R = 47.22%
G = 36.11%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BB8F42 (or 0xBB8F42) is known color: Pizza. HEX triplet: BB, 8F and 42. RGB value is (187,143,66). Sum of RGB (Red+Green+Blue) = 187+143+66=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 143 (56.25% from 255 or 36.11% from 396); Blue value is 66 (26.17% from 255 or 16.67% from 396); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8F42 is #4470BD. Grayscale: #939393. Windows color (decimal): -4485310 or 4362171. OLE color: 4362171.

HSL color Cylindrical-coordinate representation of color #BB8F42: hue angle of 38.18º 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 #BB8F42 is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 143 66 -
CMYK 0 0.24 0.65 0.27
HSL 38.18º 0.48% 0.5% -
HSV(B) 38.18º 0.65% 0.73% -
XYZ 31.3 30.6 9.41 -
YUV 147.38 82.08 156.26 -
System Red Green Blue C M Y K H S L
Decimal 187 143 66 0 0.24 0.65 0.27 38.18 0.48 0.5
Hex BB 8F 42 0 18 41 1B 26 30 32
Octal 273 217 102 0 30 101 33 46 60 62
Binary 10111011 10001111 1000010 0 11000 1000001 11011 100110 110000 110010

Color Harmonies of #BB8F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8F42

Black with #BB8F42

Text Example


Text Example

White with #BB8F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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