Html Css Color HEX #BC9E34 Sahara

📋 copy color: '#BC9E34'

red 188 ◦ green 158 ◦ blue 52

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

Shades of Sahara #BC9E34

Tints of Sahara #BC9E34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.07%

R = 47.24%
G = 39.7%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BC9E34 (or 0xBC9E34) is known color: Sahara. HEX triplet: BC, 9E and 34. RGB value is (188,158,52). Sum of RGB (Red+Green+Blue) = 188+158+52=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 158 (62.11% from 255 or 39.70% from 398); Blue value is 52 (20.70% from 255 or 13.07% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9E34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9E34 is #4361CB. Grayscale: #9B9B9B. Windows color (decimal): -4415948 or 3448508. OLE color: 3448508.

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

Color convert

RGB 188 158 52 -
CMYK 0 0.16 0.72 0.26
HSL 46.76º 0.57% 0.47% -
HSV(B) 46.76º 0.72% 0.74% -
XYZ 33.59 35.39 8.31 -
YUV 154.89 69.94 151.62 -
System Red Green Blue C M Y K H S L
Decimal 188 158 52 0 0.16 0.72 0.26 46.76 0.57 0.47
Hex BC 9E 34 0 10 48 1A 2F 39 2F
Octal 274 236 64 0 20 110 32 57 71 57
Binary 10111100 10011110 110100 0 10000 1001000 11010 101111 111001 101111

Color Harmonies of #BC9E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9E34

Black with #BC9E34

Text Example


Text Example

White with #BC9E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9E34; }

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

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

background-color css

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

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

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

border-color css

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

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

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