Html Css Color HEX #BDB250 Sundance

📋 copy color: '#BDB250'

red 189 ◦ green 178 ◦ blue 80

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

Shades of Sundance #BDB250

Tints of Sundance #BDB250

RGB

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

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

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

R = 42.28%
G = 39.82%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BDB250 (or 0xBDB250) is known color: Sundance. HEX triplet: BD, B2 and 50. RGB value is (189,178,80). Sum of RGB (Red+Green+Blue) = 189+178+80=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 178 (69.92% from 255 or 39.82% from 447); Blue value is 80 (31.64% from 255 or 17.90% from 447); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB250 is #424DAF. Grayscale: #AAAAAA. Windows color (decimal): -4345264 or 5288637. OLE color: 5288637.

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

Color convert

RGB 189 178 80 -
CMYK 0 0.06 0.58 0.26
HSL 53.94º 0.45% 0.53% -
HSV(B) 53.94º 0.58% 0.74% -
XYZ 38.35 43.24 13.91 -
YUV 170.12 77.14 141.47 -
System Red Green Blue C M Y K H S L
Decimal 189 178 80 0 0.06 0.58 0.26 53.94 0.45 0.53
Hex BD B2 50 0 6 3A 1A 36 2D 35
Octal 275 262 120 0 6 72 32 66 55 65
Binary 10111101 10110010 1010000 0 110 111010 11010 110110 101101 110101

Color Harmonies of #BDB250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB250

Black with #BDB250

Text Example


Text Example

White with #BDB250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB250; }

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

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

background-color css

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

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

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

border-color css

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

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

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