Html Css Color HEX #BDB050 Sundance

📋 copy color: '#BDB050'

red 189 ◦ green 176 ◦ blue 80

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

Shades of Sundance #BDB050

Tints of Sundance #BDB050

RGB

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

 GREEN value IS 176 (69.14% from 255) = 39.55%

 BLUE value IS 80 (31.64% from 255) = 17.98%

R = 42.47%
G = 39.55%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BDB050 (or 0xBDB050) is known color: Sundance. HEX triplet: BD, B0 and 50. RGB value is (189,176,80). Sum of RGB (Red+Green+Blue) = 189+176+80=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 176 (69.14% from 255 or 39.55% from 445); Blue value is 80 (31.64% from 255 or 17.98% from 445); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB050 is #424FAF. Grayscale: #A9A9A9. Windows color (decimal): -4345776 or 5288125. OLE color: 5288125.

HSL color Cylindrical-coordinate representation of color #BDB050: hue angle of 52.84º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BDB050 is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 176 80 -
CMYK 0 0.07 0.58 0.26
HSL 52.84º 0.45% 0.53% -
HSV(B) 52.84º 0.58% 0.74% -
XYZ 37.96 42.45 13.78 -
YUV 168.94 77.81 142.31 -
System Red Green Blue C M Y K H S L
Decimal 189 176 80 0 0.07 0.58 0.26 52.84 0.45 0.53
Hex BD B0 50 0 7 3A 1A 35 2D 35
Octal 275 260 120 0 7 72 32 65 55 65
Binary 10111101 10110000 1010000 0 111 111010 11010 110101 101101 110101

Color Harmonies of #BDB050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB050

Black with #BDB050

Text Example


Text Example

White with #BDB050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB050; }

 p { color: rgb(189,176,80); }

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

background-color css

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

 a { background-color: rgb(189,176,80); }

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

border-color css

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

 span { border-color: rgb(189,176,80); }

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