Html Css Color HEX #BD9D34 Sahara

📋 copy color: '#BD9D34'

red 189 ◦ green 157 ◦ blue 52

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

Shades of Sahara #BD9D34

Tints of Sahara #BD9D34

RGB

 RED value IS 189 (74.22% from 255) = 47.49%

 GREEN value IS 157 (61.72% from 255) = 39.45%

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

R = 47.49%
G = 39.45%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BD9D34 (or 0xBD9D34) is known color: Sahara. HEX triplet: BD, 9D and 34. RGB value is (189,157,52). Sum of RGB (Red+Green+Blue) = 189+157+52=398 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.49% from 398); Green value is 157 (61.72% from 255 or 39.45% from 398); Blue value is 52 (20.70% from 255 or 13.07% from 398); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9D34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9D34 is #4262CB. Grayscale: #9B9B9B. Windows color (decimal): -4350668 or 3448253. OLE color: 3448253.

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

Color convert

RGB 189 157 52 -
CMYK 0 0.17 0.72 0.26
HSL 45.99º 0.57% 0.47% -
HSV(B) 45.99º 0.72% 0.74% -
XYZ 33.66 35.18 8.27 -
YUV 154.6 70.1 152.54 -
System Red Green Blue C M Y K H S L
Decimal 189 157 52 0 0.17 0.72 0.26 45.99 0.57 0.47
Hex BD 9D 34 0 11 48 1A 2E 39 2F
Octal 275 235 64 0 21 110 32 56 71 57
Binary 10111101 10011101 110100 0 10001 1001000 11010 101110 111001 101111

Color Harmonies of #BD9D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9D34

Black with #BD9D34

Text Example


Text Example

White with #BD9D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9D34; }

 p { color: rgb(189,157,52); }

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

background-color css

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

 a { background-color: rgb(189,157,52); }

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

border-color css

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

 span { border-color: rgb(189,157,52); }

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