Html Css Color HEX #BC933B Pizza

📋 copy color: '#BC933B'

red 188 ◦ green 147 ◦ blue 59

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

Shades of Pizza #BC933B

Tints of Pizza #BC933B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 14.97%

R = 47.72%
G = 37.31%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BC933B (or 0xBC933B) is known color: Pizza. HEX triplet: BC, 93 and 3B. RGB value is (188,147,59). Sum of RGB (Red+Green+Blue) = 188+147+59=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 147 (57.81% from 255 or 37.31% from 394); Blue value is 59 (23.44% from 255 or 14.97% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BC933B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC933B is #436CC4. Grayscale: #959595. Windows color (decimal): -4418757 or 3904444. OLE color: 3904444.

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

Color convert

RGB 188 147 59 -
CMYK 0 0.22 0.69 0.26
HSL 40.93º 0.52% 0.48% -
HSV(B) 40.93º 0.69% 0.74% -
XYZ 31.96 31.87 8.61 -
YUV 149.23 77.08 155.66 -
System Red Green Blue C M Y K H S L
Decimal 188 147 59 0 0.22 0.69 0.26 40.93 0.52 0.48
Hex BC 93 3B 0 16 45 1A 29 34 30
Octal 274 223 73 0 26 105 32 51 64 60
Binary 10111100 10010011 111011 0 10110 1000101 11010 101001 110100 110000

Color Harmonies of #BC933B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC933B

Black with #BC933B

Text Example


Text Example

White with #BC933B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC933B; }

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

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

background-color css

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

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

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

border-color css

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

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

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