Html Css Color HEX #BDA84B Sundance

📋 copy color: '#BDA84B'

red 189 ◦ green 168 ◦ blue 75

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

Shades of Sundance #BDA84B

Tints of Sundance #BDA84B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.89%

 BLUE value IS 75 (29.69% from 255) = 17.36%

R = 43.75%
G = 38.89%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BDA84B (or 0xBDA84B) is known color: Sundance. HEX triplet: BD, A8 and 4B. RGB value is (189,168,75). Sum of RGB (Red+Green+Blue) = 189+168+75=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 168 (66.02% from 255 or 38.89% from 432); Blue value is 75 (29.69% from 255 or 17.36% from 432); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA84B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA84B is #4257B4. Grayscale: #A4A4A4. Windows color (decimal): -4347829 or 4958397. OLE color: 4958397.

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

Color convert

RGB 189 168 75 -
CMYK 0 0.11 0.60 0.26
HSL 48.95º 0.46% 0.52% -
HSV(B) 48.95º 0.6% 0.74% -
XYZ 36.26 39.33 12.34 -
YUV 163.68 77.96 146.06 -
System Red Green Blue C M Y K H S L
Decimal 189 168 75 0 0.11 0.60 0.26 48.95 0.46 0.52
Hex BD A8 4B 0 B 3C 1A 31 2E 34
Octal 275 250 113 0 13 74 32 61 56 64
Binary 10111101 10101000 1001011 0 1011 111100 11010 110001 101110 110100

Color Harmonies of #BDA84B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA84B

Black with #BDA84B

Text Example


Text Example

White with #BDA84B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA84B; }

 p { color: rgb(189,168,75); }

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

background-color css

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

 a { background-color: rgb(189,168,75); }

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

border-color css

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

 span { border-color: rgb(189,168,75); }

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