Html Css Color HEX #BC9E33 Sahara

📋 copy color: '#BC9E33'

red 188 ◦ green 158 ◦ blue 51

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

Shades of Sahara #BC9E33

Tints of Sahara #BC9E33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.85%

R = 47.36%
G = 39.8%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BC9E33 (or 0xBC9E33) is known color: Sahara. HEX triplet: BC, 9E and 33. RGB value is (188,158,51). Sum of RGB (Red+Green+Blue) = 188+158+51=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 158 (62.11% from 255 or 39.80% from 397); Blue value is 51 (20.31% from 255 or 12.85% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9E33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9E33 is #4361CC. Grayscale: #9B9B9B. Windows color (decimal): -4415949 or 3382972. OLE color: 3382972.

HSL color Cylindrical-coordinate representation of color #BC9E33: hue angle of 46.86º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC9E33 is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 158 51 -
CMYK 0 0.16 0.73 0.26
HSL 46.86º 0.57% 0.47% -
HSV(B) 46.86º 0.73% 0.74% -
XYZ 33.56 35.38 8.19 -
YUV 154.77 69.44 151.7 -
System Red Green Blue C M Y K H S L
Decimal 188 158 51 0 0.16 0.73 0.26 46.86 0.57 0.47
Hex BC 9E 33 0 10 49 1A 2F 39 2F
Octal 274 236 63 0 20 111 32 57 71 57
Binary 10111100 10011110 110011 0 10000 1001001 11010 101111 111001 101111

Color Harmonies of #BC9E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9E33

Black with #BC9E33

Text Example


Text Example

White with #BC9E33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9E33; }

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

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

background-color css

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

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

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

border-color css

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

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

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