Html Css Color HEX #BDA32F Sahara

📋 copy color: '#BDA32F'

red 189 ◦ green 163 ◦ blue 47

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

Shades of Sahara #BDA32F

Tints of Sahara #BDA32F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.85%

 BLUE value IS 47 (18.75% from 255) = 11.78%

R = 47.37%
G = 40.85%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BDA32F (or 0xBDA32F) is known color: Sahara. HEX triplet: BD, A3 and 2F. RGB value is (189,163,47). Sum of RGB (Red+Green+Blue) = 189+163+47=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 163 (64.06% from 255 or 40.85% from 399); Blue value is 47 (18.75% from 255 or 11.78% from 399); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA32F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA32F is #425CD0. Grayscale: #9E9E9E. Windows color (decimal): -4349137 or 3122109. OLE color: 3122109.

HSL color Cylindrical-coordinate representation of color #BDA32F: hue angle of 49.01º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BDA32F is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 163 47 -
CMYK 0 0.14 0.75 0.26
HSL 49.01º 0.6% 0.46% -
HSV(B) 49.01º 0.75% 0.74% -
XYZ 34.6 37.22 8.05 -
YUV 157.55 65.61 150.43 -
System Red Green Blue C M Y K H S L
Decimal 189 163 47 0 0.14 0.75 0.26 49.01 0.6 0.46
Hex BD A3 2F 0 E 4B 1A 31 3C 2E
Octal 275 243 57 0 16 113 32 61 74 56
Binary 10111101 10100011 101111 0 1110 1001011 11010 110001 111100 101110

Color Harmonies of #BDA32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA32F

Black with #BDA32F

Text Example


Text Example

White with #BDA32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA32F; }

 p { color: rgb(189,163,47); }

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

background-color css

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

 a { background-color: rgb(189,163,47); }

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

border-color css

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

 span { border-color: rgb(189,163,47); }

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