Html Css Color HEX #BDB434 Old Gold

📋 copy color: '#BDB434'

red 189 ◦ green 180 ◦ blue 52

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

Shades of Old Gold #BDB434

Tints of Old Gold #BDB434

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.76%

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

R = 44.89%
G = 42.76%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BDB434 (or 0xBDB434) is known color: Old Gold. HEX triplet: BD, B4 and 34. RGB value is (189,180,52). Sum of RGB (Red+Green+Blue) = 189+180+52=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 180 (70.70% from 255 or 42.76% from 421); Blue value is 52 (20.70% from 255 or 12.35% from 421); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB434 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB434 is #424BCB. Grayscale: #A8A8A8. Windows color (decimal): -4344780 or 3454141. OLE color: 3454141.

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

Color convert

RGB 189 180 52 -
CMYK 0 0.05 0.72 0.26
HSL 56.06º 0.57% 0.47% -
HSV(B) 56.06º 0.72% 0.74% -
XYZ 37.93 43.71 9.69 -
YUV 168.1 62.48 142.91 -
System Red Green Blue C M Y K H S L
Decimal 189 180 52 0 0.05 0.72 0.26 56.06 0.57 0.47
Hex BD B4 34 0 5 48 1A 38 39 2F
Octal 275 264 64 0 5 110 32 70 71 57
Binary 10111101 10110100 110100 0 101 1001000 11010 111000 111001 101111

Color Harmonies of #BDB434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB434

Black with #BDB434

Text Example


Text Example

White with #BDB434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB434; }

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

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

background-color css

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

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

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

border-color css

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

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

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