Html Css Color HEX #BC923F Pizza

📋 copy color: '#BC923F'

red 188 ◦ green 146 ◦ blue 63

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

Shades of Pizza #BC923F

Tints of Pizza #BC923F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.78%

 BLUE value IS 63 (25% from 255) = 15.87%

R = 47.36%
G = 36.78%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BC923F (or 0xBC923F) is known color: Pizza. HEX triplet: BC, 92 and 3F. RGB value is (188,146,63). Sum of RGB (Red+Green+Blue) = 188+146+63=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 146 (57.42% from 255 or 36.78% from 397); Blue value is 63 (25% from 255 or 15.87% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC923F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC923F is #436DC0. Grayscale: #959595. Windows color (decimal): -4419009 or 4166332. OLE color: 4166332.

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

Color convert

RGB 188 146 63 -
CMYK 0 0.22 0.66 0.26
HSL 39.84º 0.5% 0.49% -
HSV(B) 39.84º 0.66% 0.74% -
XYZ 31.92 31.61 9.12 -
YUV 149.1 79.41 155.75 -
System Red Green Blue C M Y K H S L
Decimal 188 146 63 0 0.22 0.66 0.26 39.84 0.5 0.49
Hex BC 92 3F 0 16 42 1A 28 32 31
Octal 274 222 77 0 26 102 32 50 62 61
Binary 10111100 10010010 111111 0 10110 1000010 11010 101000 110010 110001

Color Harmonies of #BC923F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC923F

Black with #BC923F

Text Example


Text Example

White with #BC923F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC923F; }

 p { color: rgb(188,146,63); }

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

background-color css

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

 a { background-color: rgb(188,146,63); }

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

border-color css

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

 span { border-color: rgb(188,146,63); }

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