Html Css Color HEX #BB9041 Pizza

📋 copy color: '#BB9041'

red 187 ◦ green 144 ◦ blue 65

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

Shades of Pizza #BB9041

Tints of Pizza #BB9041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.41%

R = 47.22%
G = 36.36%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BB9041 (or 0xBB9041) is known color: Pizza. HEX triplet: BB, 90 and 41. RGB value is (187,144,65). Sum of RGB (Red+Green+Blue) = 187+144+65=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 144 (56.64% from 255 or 36.36% from 396); Blue value is 65 (25.78% from 255 or 16.41% from 396); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9041 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9041 is #446FBE. Grayscale: #949494. Windows color (decimal): -4485055 or 4296891. OLE color: 4296891.

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

Color convert

RGB 187 144 65 -
CMYK 0 0.23 0.65 0.27
HSL 38.85º 0.48% 0.49% -
HSV(B) 38.85º 0.65% 0.73% -
XYZ 31.42 30.89 9.31 -
YUV 147.85 81.25 155.92 -
System Red Green Blue C M Y K H S L
Decimal 187 144 65 0 0.23 0.65 0.27 38.85 0.48 0.49
Hex BB 90 41 0 17 41 1B 27 30 31
Octal 273 220 101 0 27 101 33 47 60 61
Binary 10111011 10010000 1000001 0 10111 1000001 11011 100111 110000 110001

Color Harmonies of #BB9041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9041

Black with #BB9041

Text Example


Text Example

White with #BB9041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9041; }

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

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

background-color css

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

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

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

border-color css

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

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

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