Html Css Color HEX #BDB634 Old Gold

📋 copy color: '#BDB634'

red 189 ◦ green 182 ◦ blue 52

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

Shades of Old Gold #BDB634

Tints of Old Gold #BDB634

RGB

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

 GREEN value IS 182 (71.48% from 255) = 43.03%

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

R = 44.68%
G = 43.03%
B = 12.29%

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

#BDB634 (or 0xBDB634) is known color: Old Gold. HEX triplet: BD, B6 and 34. RGB value is (189,182,52). Sum of RGB (Red+Green+Blue) = 189+182+52=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 182 (71.48% from 255 or 43.03% from 423); Blue value is 52 (20.70% from 255 or 12.29% from 423); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB634 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB634 is #4249CB. Grayscale: #A9A9A9. Windows color (decimal): -4344268 or 3454653. OLE color: 3454653.

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

Color convert

RGB 189 182 52 -
CMYK 0 0.04 0.72 0.26
HSL 56.93º 0.57% 0.47% -
HSV(B) 56.93º 0.72% 0.74% -
XYZ 38.33 44.52 9.82 -
YUV 169.27 61.82 142.07 -
System Red Green Blue C M Y K H S L
Decimal 189 182 52 0 0.04 0.72 0.26 56.93 0.57 0.47
Hex BD B6 34 0 4 48 1A 39 39 2F
Octal 275 266 64 0 4 110 32 71 71 57
Binary 10111101 10110110 110100 0 100 1001000 11010 111001 111001 101111

Color Harmonies of #BDB634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB634

Black with #BDB634

Text Example


Text Example

White with #BDB634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB634; }

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

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

background-color css

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

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

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

border-color css

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

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

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