Html Css Color HEX #BC9C28 Sahara

📋 copy color: '#BC9C28'

red 188 ◦ green 156 ◦ blue 40

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

Shades of Sahara #BC9C28

Tints of Sahara #BC9C28

RGB

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

 GREEN value IS 156 (61.33% from 255) = 40.63%

 BLUE value IS 40 (16.02% from 255) = 10.42%

R = 48.96%
G = 40.63%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BC9C28 (or 0xBC9C28) is known color: Sahara. HEX triplet: BC, 9C and 28. RGB value is (188,156,40). Sum of RGB (Red+Green+Blue) = 188+156+40=384 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.96% from 384); Green value is 156 (61.33% from 255 or 40.62% from 384); Blue value is 40 (16.02% from 255 or 10.42% from 384); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9C28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9C28 is #4363D7. Grayscale: #989898. Windows color (decimal): -4416472 or 2661564. OLE color: 2661564.

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

Color convert

RGB 188 156 40 -
CMYK 0 0.17 0.79 0.26
HSL 47.03º 0.65% 0.45% -
HSV(B) 47.03º 0.79% 0.74% -
XYZ 33.01 34.62 6.95 -
YUV 152.34 64.6 153.43 -
System Red Green Blue C M Y K H S L
Decimal 188 156 40 0 0.17 0.79 0.26 47.03 0.65 0.45
Hex BC 9C 28 0 11 4F 1A 2F 41 2D
Octal 274 234 50 0 21 117 32 57 101 55
Binary 10111100 10011100 101000 0 10001 1001111 11010 101111 1000001 101101

Color Harmonies of #BC9C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9C28

Black with #BC9C28

Text Example


Text Example

White with #BC9C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9C28; }

 p { color: rgb(188,156,40); }

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

background-color css

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

 a { background-color: rgb(188,156,40); }

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

border-color css

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

 span { border-color: rgb(188,156,40); }

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