Html Css Color HEX #BDB836 Old Gold

📋 copy color: '#BDB836'

red 189 ◦ green 184 ◦ blue 54

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

Shades of Old Gold #BDB836

Tints of Old Gold #BDB836

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.65%

R = 44.26%
G = 43.09%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BDB836 (or 0xBDB836) is known color: Old Gold. HEX triplet: BD, B8 and 36. RGB value is (189,184,54). Sum of RGB (Red+Green+Blue) = 189+184+54=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 184 (72.27% from 255 or 43.09% from 427); Blue value is 54 (21.48% from 255 or 12.65% from 427); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB836 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB836 is #4247C9. Grayscale: #ABABAB. Windows color (decimal): -4343754 or 3586237. OLE color: 3586237.

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

Color convert

RGB 189 184 54 -
CMYK 0 0.03 0.71 0.26
HSL 57.78º 0.56% 0.48% -
HSV(B) 57.78º 0.71% 0.74% -
XYZ 38.79 45.37 10.2 -
YUV 170.68 62.16 141.07 -
System Red Green Blue C M Y K H S L
Decimal 189 184 54 0 0.03 0.71 0.26 57.78 0.56 0.48
Hex BD B8 36 0 3 47 1A 3A 38 30
Octal 275 270 66 0 3 107 32 72 70 60
Binary 10111101 10111000 110110 0 11 1000111 11010 111010 111000 110000

Color Harmonies of #BDB836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB836

Black with #BDB836

Text Example


Text Example

White with #BDB836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB836; }

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

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

background-color css

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

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

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

border-color css

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

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

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