Html Css Color HEX #BB8F3F Pizza

📋 copy color: '#BB8F3F'

red 187 ◦ green 143 ◦ blue 63

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

Shades of Pizza #BB8F3F

Tints of Pizza #BB8F3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.03%

R = 47.58%
G = 36.39%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BB8F3F (or 0xBB8F3F) is known color: Pizza. HEX triplet: BB, 8F and 3F. RGB value is (187,143,63). Sum of RGB (Red+Green+Blue) = 187+143+63=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 143 (56.25% from 255 or 36.39% from 393); Blue value is 63 (25% from 255 or 16.03% from 393); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8F3F is #4470C0. Grayscale: #939393. Windows color (decimal): -4485313 or 4165563. OLE color: 4165563.

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

Color convert

RGB 187 143 63 -
CMYK 0 0.24 0.66 0.27
HSL 38.71º 0.5% 0.49% -
HSV(B) 38.71º 0.66% 0.73% -
XYZ 31.21 30.57 8.96 -
YUV 147.04 80.58 156.5 -
System Red Green Blue C M Y K H S L
Decimal 187 143 63 0 0.24 0.66 0.27 38.71 0.5 0.49
Hex BB 8F 3F 0 18 42 1B 27 32 31
Octal 273 217 77 0 30 102 33 47 62 61
Binary 10111011 10001111 111111 0 11000 1000010 11011 100111 110010 110001

Color Harmonies of #BB8F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8F3F

Black with #BB8F3F

Text Example


Text Example

White with #BB8F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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