Html Css Color HEX #BD9621 Sahara

📋 copy color: '#BD9621'

red 189 ◦ green 150 ◦ blue 33

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

Shades of Sahara #BD9621

Tints of Sahara #BD9621

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.32%

 BLUE value IS 33 (13.28% from 255) = 8.87%

R = 50.81%
G = 40.32%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#BD9621 (or 0xBD9621) is known color: Sahara. HEX triplet: BD, 96 and 21. RGB value is (189,150,33). Sum of RGB (Red+Green+Blue) = 189+150+33=372 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.81% from 372); Green value is 150 (58.98% from 255 or 40.32% from 372); Blue value is 33 (13.28% from 255 or 8.87% from 372); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9621 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9621 is #4269DE. Grayscale: #949494. Windows color (decimal): -4352479 or 2201277. OLE color: 2201277.

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

Color convert

RGB 189 150 33 -
CMYK 0 0.21 0.83 0.26
HSL 45º 0.7% 0.44% -
HSV(B) 45º 0.83% 0.74% -
XYZ 32.17 32.74 6.06 -
YUV 148.32 62.92 157.01 -
System Red Green Blue C M Y K H S L
Decimal 189 150 33 0 0.21 0.83 0.26 45 0.7 0.44
Hex BD 96 21 0 15 53 1A 2D 46 2C
Octal 275 226 41 0 25 123 32 55 106 54
Binary 10111101 10010110 100001 0 10101 1010011 11010 101101 1000110 101100

Color Harmonies of #BD9621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9621

Black with #BD9621

Text Example


Text Example

White with #BD9621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9621; }

 p { color: rgb(189,150,33); }

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

background-color css

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

 a { background-color: rgb(189,150,33); }

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

border-color css

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

 span { border-color: rgb(189,150,33); }

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