Html Css Color HEX #BDB249 Sundance

📋 copy color: '#BDB249'

red 189 ◦ green 178 ◦ blue 73

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

Shades of Sundance #BDB249

Tints of Sundance #BDB249

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.45%

 BLUE value IS 73 (28.91% from 255) = 16.59%

R = 42.95%
G = 40.45%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BDB249 (or 0xBDB249) is known color: Sundance. HEX triplet: BD, B2 and 49. RGB value is (189,178,73). Sum of RGB (Red+Green+Blue) = 189+178+73=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 178 (69.92% from 255 or 40.45% from 440); Blue value is 73 (28.91% from 255 or 16.59% from 440); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB249 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB249 is #424DB6. Grayscale: #A9A9A9. Windows color (decimal): -4345271 or 4829885. OLE color: 4829885.

HSL color Cylindrical-coordinate representation of color #BDB249: hue angle of 54.31º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BDB249 is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 178 73 -
CMYK 0 0.06 0.61 0.26
HSL 54.31º 0.47% 0.51% -
HSV(B) 54.31º 0.61% 0.74% -
XYZ 38.11 43.14 12.62 -
YUV 169.32 73.64 142.04 -
System Red Green Blue C M Y K H S L
Decimal 189 178 73 0 0.06 0.61 0.26 54.31 0.47 0.51
Hex BD B2 49 0 6 3D 1A 36 2F 33
Octal 275 262 111 0 6 75 32 66 57 63
Binary 10111101 10110010 1001001 0 110 111101 11010 110110 101111 110011

Color Harmonies of #BDB249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB249

Black with #BDB249

Text Example


Text Example

White with #BDB249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB249; }

 p { color: rgb(189,178,73); }

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

background-color css

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

 a { background-color: rgb(189,178,73); }

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

border-color css

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

 span { border-color: rgb(189,178,73); }

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