Html Css Color HEX #BC9E28 Sahara

📋 copy color: '#BC9E28'

red 188 ◦ green 158 ◦ blue 40

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

Shades of Sahara #BC9E28

Tints of Sahara #BC9E28

RGB

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

 GREEN value IS 158 (62.11% from 255) = 40.93%

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

R = 48.7%
G = 40.93%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BC9E28 (or 0xBC9E28) is known color: Sahara. HEX triplet: BC, 9E and 28. RGB value is (188,158,40). Sum of RGB (Red+Green+Blue) = 188+158+40=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 158 (62.11% from 255 or 40.93% from 386); Blue value is 40 (16.02% from 255 or 10.36% from 386); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9E28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9E28 is #4361D7. Grayscale: #9A9A9A. Windows color (decimal): -4415960 or 2662076. OLE color: 2662076.

HSL color Cylindrical-coordinate representation of color #BC9E28: hue angle of 47.84º 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 #BC9E28 is Cyan = 0, Magento = 0.16, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 158 40 -
CMYK 0 0.16 0.79 0.26
HSL 47.84º 0.65% 0.45% -
HSV(B) 47.84º 0.79% 0.74% -
XYZ 33.35 35.3 7.06 -
YUV 153.52 63.94 152.59 -
System Red Green Blue C M Y K H S L
Decimal 188 158 40 0 0.16 0.79 0.26 47.84 0.65 0.45
Hex BC 9E 28 0 10 4F 1A 30 41 2D
Octal 274 236 50 0 20 117 32 60 101 55
Binary 10111100 10011110 101000 0 10000 1001111 11010 110000 1000001 101101

Color Harmonies of #BC9E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9E28

Black with #BC9E28

Text Example


Text Example

White with #BC9E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9E28; }

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

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

background-color css

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

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

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

border-color css

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

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

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