Html Css Color HEX #BDB831 Old Gold

📋 copy color: '#BDB831'

red 189 ◦ green 184 ◦ blue 49

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

Shades of Old Gold #BDB831

Tints of Old Gold #BDB831

RGB

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

 GREEN value IS 184 (72.27% from 255) = 43.6%

 BLUE value IS 49 (19.53% from 255) = 11.61%

R = 44.79%
G = 43.6%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BDB831 (or 0xBDB831) is known color: Old Gold. HEX triplet: BD, B8 and 31. RGB value is (189,184,49). Sum of RGB (Red+Green+Blue) = 189+184+49=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 184 (72.27% from 255 or 43.60% from 422); Blue value is 49 (19.53% from 255 or 11.61% from 422); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB831 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB831 is #4247CE. Grayscale: #AAAAAA. Windows color (decimal): -4343759 or 3258557. OLE color: 3258557.

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

Color convert

RGB 189 184 49 -
CMYK 0 0.03 0.74 0.26
HSL 57.86º 0.59% 0.47% -
HSV(B) 57.86º 0.74% 0.74% -
XYZ 38.68 45.32 9.61 -
YUV 170.11 59.66 141.48 -
System Red Green Blue C M Y K H S L
Decimal 189 184 49 0 0.03 0.74 0.26 57.86 0.59 0.47
Hex BD B8 31 0 3 4A 1A 3A 3B 2F
Octal 275 270 61 0 3 112 32 72 73 57
Binary 10111101 10111000 110001 0 11 1001010 11010 111010 111011 101111

Color Harmonies of #BDB831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB831

Black with #BDB831

Text Example


Text Example

White with #BDB831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB831; }

 p { color: rgb(189,184,49); }

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

background-color css

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

 a { background-color: rgb(189,184,49); }

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

border-color css

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

 span { border-color: rgb(189,184,49); }

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