Html Css Color HEX #BC9420 Sahara

📋 copy color: '#BC9420'

red 188 ◦ green 148 ◦ blue 32

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

Shades of Sahara #BC9420

Tints of Sahara #BC9420

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.22%

 BLUE value IS 32 (12.89% from 255) = 8.7%

R = 51.09%
G = 40.22%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#BC9420 (or 0xBC9420) is known color: Sahara. HEX triplet: BC, 94 and 20. RGB value is (188,148,32). Sum of RGB (Red+Green+Blue) = 188+148+32=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 148 (58.20% from 255 or 40.22% from 368); Blue value is 32 (12.89% from 255 or 8.70% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9420 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9420 is #436BDF. Grayscale: #939393. Windows color (decimal): -4418528 or 2135228. OLE color: 2135228.

HSL color Cylindrical-coordinate representation of color #BC9420: hue angle of 44.62º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC9420 is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 148 32 -
CMYK 0 0.21 0.83 0.26
HSL 44.62º 0.71% 0.43% -
HSV(B) 44.62º 0.83% 0.74% -
XYZ 31.59 31.98 5.87 -
YUV 146.74 63.25 157.43 -
System Red Green Blue C M Y K H S L
Decimal 188 148 32 0 0.21 0.83 0.26 44.62 0.71 0.43
Hex BC 94 20 0 15 53 1A 2D 47 2B
Octal 274 224 40 0 25 123 32 55 107 53
Binary 10111100 10010100 100000 0 10101 1010011 11010 101101 1000111 101011

Color Harmonies of #BC9420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9420

Black with #BC9420

Text Example


Text Example

White with #BC9420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9420; }

 p { color: rgb(188,148,32); }

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

background-color css

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

 a { background-color: rgb(188,148,32); }

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

border-color css

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

 span { border-color: rgb(188,148,32); }

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