Html Css Color HEX #BC9928 Sahara

📋 copy color: '#BC9928'

red 188 ◦ green 153 ◦ blue 40

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

Shades of Sahara #BC9928

Tints of Sahara #BC9928

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.16%

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

R = 49.34%
G = 40.16%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BC9928 (or 0xBC9928) is known color: Sahara. HEX triplet: BC, 99 and 28. RGB value is (188,153,40). Sum of RGB (Red+Green+Blue) = 188+153+40=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 153 (60.16% from 255 or 40.16% from 381); Blue value is 40 (16.02% from 255 or 10.50% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9928 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9928 is #4366D7. Grayscale: #979797. Windows color (decimal): -4417240 or 2660796. OLE color: 2660796.

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

Color convert

RGB 188 153 40 -
CMYK 0 0.19 0.79 0.26
HSL 45.81º 0.65% 0.45% -
HSV(B) 45.81º 0.79% 0.74% -
XYZ 32.51 33.63 6.78 -
YUV 150.58 65.6 154.69 -
System Red Green Blue C M Y K H S L
Decimal 188 153 40 0 0.19 0.79 0.26 45.81 0.65 0.45
Hex BC 99 28 0 13 4F 1A 2E 41 2D
Octal 274 231 50 0 23 117 32 56 101 55
Binary 10111100 10011001 101000 0 10011 1001111 11010 101110 1000001 101101

Color Harmonies of #BC9928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9928

Black with #BC9928

Text Example


Text Example

White with #BC9928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9928; }

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

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

background-color css

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

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

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

border-color css

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

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

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