Html Css Color HEX #BB9043 Pizza

📋 copy color: '#BB9043'

red 187 ◦ green 144 ◦ blue 67

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

Shades of Pizza #BB9043

Tints of Pizza #BB9043

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.18%

 BLUE value IS 67 (26.56% from 255) = 16.83%

R = 46.98%
G = 36.18%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BB9043 (or 0xBB9043) is known color: Pizza. HEX triplet: BB, 90 and 43. RGB value is (187,144,67). Sum of RGB (Red+Green+Blue) = 187+144+67=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 144 (56.64% from 255 or 36.18% from 398); Blue value is 67 (26.56% from 255 or 16.83% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9043 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9043 is #446FBC. Grayscale: #949494. Windows color (decimal): -4485053 or 4427963. OLE color: 4427963.

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

Color convert

RGB 187 144 67 -
CMYK 0 0.23 0.64 0.27
HSL 38.5º 0.47% 0.5% -
HSV(B) 38.5º 0.64% 0.73% -
XYZ 31.48 30.92 9.62 -
YUV 148.08 82.25 155.76 -
System Red Green Blue C M Y K H S L
Decimal 187 144 67 0 0.23 0.64 0.27 38.5 0.47 0.5
Hex BB 90 43 0 17 40 1B 26 2F 32
Octal 273 220 103 0 27 100 33 46 57 62
Binary 10111011 10010000 1000011 0 10111 1000000 11011 100110 101111 110010

Color Harmonies of #BB9043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9043

Black with #BB9043

Text Example


Text Example

White with #BB9043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9043; }

 p { color: rgb(187,144,67); }

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

background-color css

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

 a { background-color: rgb(187,144,67); }

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

border-color css

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

 span { border-color: rgb(187,144,67); }

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