Html Css Color HEX #BDB534 Old Gold

📋 copy color: '#BDB534'

red 189 ◦ green 181 ◦ blue 52

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

Shades of Old Gold #BDB534

Tints of Old Gold #BDB534

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42.89%

 BLUE value IS 52 (20.7% from 255) = 12.32%

R = 44.79%
G = 42.89%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BDB534 (or 0xBDB534) is known color: Old Gold. HEX triplet: BD, B5 and 34. RGB value is (189,181,52). Sum of RGB (Red+Green+Blue) = 189+181+52=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 181 (71.09% from 255 or 42.89% from 422); Blue value is 52 (20.70% from 255 or 12.32% from 422); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB534 is #424ACB. Grayscale: #A9A9A9. Windows color (decimal): -4344524 or 3454397. OLE color: 3454397.

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

Color convert

RGB 189 181 52 -
CMYK 0 0.04 0.72 0.26
HSL 56.5º 0.57% 0.47% -
HSV(B) 56.5º 0.72% 0.74% -
XYZ 38.13 44.11 9.75 -
YUV 168.69 62.15 142.49 -
System Red Green Blue C M Y K H S L
Decimal 189 181 52 0 0.04 0.72 0.26 56.5 0.57 0.47
Hex BD B5 34 0 4 48 1A 38 39 2F
Octal 275 265 64 0 4 110 32 70 71 57
Binary 10111101 10110101 110100 0 100 1001000 11010 111000 111001 101111

Color Harmonies of #BDB534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB534

Black with #BDB534

Text Example


Text Example

White with #BDB534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB534; }

 p { color: rgb(189,181,52); }

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

background-color css

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

 a { background-color: rgb(189,181,52); }

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

border-color css

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

 span { border-color: rgb(189,181,52); }

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