Html Css Color HEX #BC9043 Pizza

📋 copy color: '#BC9043'

red 188 ◦ green 144 ◦ blue 67

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

Shades of Pizza #BC9043

Tints of Pizza #BC9043

RGB

 RED value IS 188 (73.83% from 255) = 47.12%

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

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

R = 47.12%
G = 36.09%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BC9043 (or 0xBC9043) is known color: Pizza. HEX triplet: BC, 90 and 43. RGB value is (188,144,67). Sum of RGB (Red+Green+Blue) = 188+144+67=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 67 (26.56% from 255 or 16.79% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9043 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9043 is #436FBC. Grayscale: #949494. Windows color (decimal): -4419517 or 4427964. OLE color: 4427964.

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

Color convert

RGB 188 144 67 -
CMYK 0 0.23 0.64 0.26
HSL 38.18º 0.47% 0.5% -
HSV(B) 38.18º 0.64% 0.74% -
XYZ 31.73 31.04 9.63 -
YUV 148.38 82.08 156.26 -
System Red Green Blue C M Y K H S L
Decimal 188 144 67 0 0.23 0.64 0.26 38.18 0.47 0.5
Hex BC 90 43 0 17 40 1A 26 2F 32
Octal 274 220 103 0 27 100 32 46 57 62
Binary 10111100 10010000 1000011 0 10111 1000000 11010 100110 101111 110010

Color Harmonies of #BC9043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9043

Black with #BC9043

Text Example


Text Example

White with #BC9043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9043; }

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

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

background-color css

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

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

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

border-color css

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

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

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