Html Css Color HEX #BDB449 Sundance

📋 copy color: '#BDB449'

red 189 ◦ green 180 ◦ blue 73

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

Shades of Sundance #BDB449

Tints of Sundance #BDB449

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.72%

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

R = 42.76%
G = 40.72%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BDB449 (or 0xBDB449) is known color: Sundance. HEX triplet: BD, B4 and 49. RGB value is (189,180,73). Sum of RGB (Red+Green+Blue) = 189+180+73=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 180 (70.70% from 255 or 40.72% from 442); Blue value is 73 (28.91% from 255 or 16.52% from 442); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB449 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB449 is #424BB6. Grayscale: #AAAAAA. Windows color (decimal): -4344759 or 4830397. OLE color: 4830397.

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

Color convert

RGB 189 180 73 -
CMYK 0 0.05 0.61 0.26
HSL 55.34º 0.47% 0.51% -
HSV(B) 55.34º 0.61% 0.74% -
XYZ 38.51 43.94 12.76 -
YUV 170.49 72.98 141.2 -
System Red Green Blue C M Y K H S L
Decimal 189 180 73 0 0.05 0.61 0.26 55.34 0.47 0.51
Hex BD B4 49 0 5 3D 1A 37 2F 33
Octal 275 264 111 0 5 75 32 67 57 63
Binary 10111101 10110100 1001001 0 101 111101 11010 110111 101111 110011

Color Harmonies of #BDB449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB449

Black with #BDB449

Text Example


Text Example

White with #BDB449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB449; }

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

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

background-color css

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

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

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

border-color css

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

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

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