Html Css Color HEX #BD9922 Sahara

📋 copy color: '#BD9922'

red 189 ◦ green 153 ◦ blue 34

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

Shades of Sahara #BD9922

Tints of Sahara #BD9922

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.04%

R = 50.27%
G = 40.69%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BD9922 (or 0xBD9922) is known color: Sahara. HEX triplet: BD, 99 and 22. RGB value is (189,153,34). Sum of RGB (Red+Green+Blue) = 189+153+34=376 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.27% from 376); Green value is 153 (60.16% from 255 or 40.69% from 376); Blue value is 34 (13.67% from 255 or 9.04% from 376); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9922 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9922 is #4266DD. Grayscale: #969696. Windows color (decimal): -4351710 or 2267581. OLE color: 2267581.

HSL color Cylindrical-coordinate representation of color #BD9922: hue angle of 46.06º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BD9922 is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 153 34 -
CMYK 0 0.19 0.82 0.26
HSL 46.06º 0.7% 0.44% -
HSV(B) 46.06º 0.82% 0.74% -
XYZ 32.67 33.72 6.3 -
YUV 150.2 62.43 155.68 -
System Red Green Blue C M Y K H S L
Decimal 189 153 34 0 0.19 0.82 0.26 46.06 0.7 0.44
Hex BD 99 22 0 13 52 1A 2E 46 2C
Octal 275 231 42 0 23 122 32 56 106 54
Binary 10111101 10011001 100010 0 10011 1010010 11010 101110 1000110 101100

Color Harmonies of #BD9922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9922

Black with #BD9922

Text Example


Text Example

White with #BD9922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9922; }

 p { color: rgb(189,153,34); }

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

background-color css

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

 a { background-color: rgb(189,153,34); }

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

border-color css

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

 span { border-color: rgb(189,153,34); }

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