Html Css Color HEX #BB8F3D Pizza

📋 copy color: '#BB8F3D'

red 187 ◦ green 143 ◦ blue 61

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

Shades of Pizza #BB8F3D

Tints of Pizza #BB8F3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.6%

R = 47.83%
G = 36.57%
B = 15.6%

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

#BB8F3D (or 0xBB8F3D) is known color: Pizza. HEX triplet: BB, 8F and 3D. RGB value is (187,143,61). Sum of RGB (Red+Green+Blue) = 187+143+61=391 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.83% from 391); Green value is 143 (56.25% from 255 or 36.57% from 391); Blue value is 61 (24.22% from 255 or 15.60% from 391); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8F3D is #4470C2. Grayscale: #939393. Windows color (decimal): -4485315 or 4034491. OLE color: 4034491.

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

Color convert

RGB 187 143 61 -
CMYK 0 0.24 0.67 0.27
HSL 39.05º 0.51% 0.49% -
HSV(B) 39.05º 0.67% 0.73% -
XYZ 31.16 30.55 8.67 -
YUV 146.81 79.58 156.67 -
System Red Green Blue C M Y K H S L
Decimal 187 143 61 0 0.24 0.67 0.27 39.05 0.51 0.49
Hex BB 8F 3D 0 18 43 1B 27 33 31
Octal 273 217 75 0 30 103 33 47 63 61
Binary 10111011 10001111 111101 0 11000 1000011 11011 100111 110011 110001

Color Harmonies of #BB8F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8F3D

Black with #BB8F3D

Text Example


Text Example

White with #BB8F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8F3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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