Html Css Color HEX #BC9F34 Sahara

📋 copy color: '#BC9F34'

red 188 ◦ green 159 ◦ blue 52

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

Shades of Sahara #BC9F34

Tints of Sahara #BC9F34

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.85%

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

R = 47.12%
G = 39.85%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BC9F34 (or 0xBC9F34) is known color: Sahara. HEX triplet: BC, 9F and 34. RGB value is (188,159,52). Sum of RGB (Red+Green+Blue) = 188+159+52=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 159 (62.5% from 255 or 39.85% from 399); Blue value is 52 (20.70% from 255 or 13.03% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9F34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9F34 is #4360CB. Grayscale: #9B9B9B. Windows color (decimal): -4415692 or 3448764. OLE color: 3448764.

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

Color convert

RGB 188 159 52 -
CMYK 0 0.15 0.72 0.26
HSL 47.21º 0.57% 0.47% -
HSV(B) 47.21º 0.72% 0.74% -
XYZ 33.76 35.74 8.37 -
YUV 155.47 69.61 151.2 -
System Red Green Blue C M Y K H S L
Decimal 188 159 52 0 0.15 0.72 0.26 47.21 0.57 0.47
Hex BC 9F 34 0 F 48 1A 2F 39 2F
Octal 274 237 64 0 17 110 32 57 71 57
Binary 10111100 10011111 110100 0 1111 1001000 11010 101111 111001 101111

Color Harmonies of #BC9F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9F34

Black with #BC9F34

Text Example


Text Example

White with #BC9F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9F34; }

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

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

background-color css

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

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

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

border-color css

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

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

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