Html Css Color HEX #BC933E Pizza

📋 copy color: '#BC933E'

red 188 ◦ green 147 ◦ blue 62

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

Shades of Pizza #BC933E

Tints of Pizza #BC933E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.03%

 BLUE value IS 62 (24.61% from 255) = 15.62%

R = 47.36%
G = 37.03%
B = 15.62%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BC933E (or 0xBC933E) is known color: Pizza. HEX triplet: BC, 93 and 3E. RGB value is (188,147,62). Sum of RGB (Red+Green+Blue) = 188+147+62=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 147 (57.81% from 255 or 37.03% from 397); Blue value is 62 (24.61% from 255 or 15.62% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC933E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC933E is #436CC1. Grayscale: #959595. Windows color (decimal): -4418754 or 4101052. OLE color: 4101052.

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

Color convert

RGB 188 147 62 -
CMYK 0 0.22 0.67 0.26
HSL 40.48º 0.5% 0.49% -
HSV(B) 40.48º 0.67% 0.74% -
XYZ 32.04 31.91 9.03 -
YUV 149.57 78.58 155.41 -
System Red Green Blue C M Y K H S L
Decimal 188 147 62 0 0.22 0.67 0.26 40.48 0.5 0.49
Hex BC 93 3E 0 16 43 1A 28 32 31
Octal 274 223 76 0 26 103 32 50 62 61
Binary 10111100 10010011 111110 0 10110 1000011 11010 101000 110010 110001

Color Harmonies of #BC933E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC933E

Black with #BC933E

Text Example


Text Example

White with #BC933E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC933E; }

 p { color: rgb(188,147,62); }

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

background-color css

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

 a { background-color: rgb(188,147,62); }

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

border-color css

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

 span { border-color: rgb(188,147,62); }

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