Html Css Color HEX #BC9141 Pizza

📋 copy color: '#BC9141'

red 188 ◦ green 145 ◦ blue 65

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

Shades of Pizza #BC9141

Tints of Pizza #BC9141

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.43%

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

R = 47.24%
G = 36.43%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BC9141 (or 0xBC9141) is known color: Pizza. HEX triplet: BC, 91 and 41. RGB value is (188,145,65). Sum of RGB (Red+Green+Blue) = 188+145+65=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 145 (57.03% from 255 or 36.43% from 398); Blue value is 65 (25.78% from 255 or 16.33% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9141 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9141 is #436EBE. Grayscale: #959595. Windows color (decimal): -4419263 or 4297148. OLE color: 4297148.

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

Color convert

RGB 188 145 65 -
CMYK 0 0.23 0.65 0.26
HSL 39.02º 0.49% 0.5% -
HSV(B) 39.02º 0.65% 0.74% -
XYZ 31.82 31.32 9.37 -
YUV 148.74 80.75 156 -
System Red Green Blue C M Y K H S L
Decimal 188 145 65 0 0.23 0.65 0.26 39.02 0.49 0.5
Hex BC 91 41 0 17 41 1A 27 31 32
Octal 274 221 101 0 27 101 32 47 61 62
Binary 10111100 10010001 1000001 0 10111 1000001 11010 100111 110001 110010

Color Harmonies of #BC9141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9141

Black with #BC9141

Text Example


Text Example

White with #BC9141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9141; }

 p { color: rgb(188,145,65); }

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

background-color css

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

 a { background-color: rgb(188,145,65); }

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

border-color css

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

 span { border-color: rgb(188,145,65); }

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