Html Css Color HEX #BDB736 Old Gold

📋 copy color: '#BDB736'

red 189 ◦ green 183 ◦ blue 54

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

Shades of Old Gold #BDB736

Tints of Old Gold #BDB736

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.96%

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

R = 44.37%
G = 42.96%
B = 12.68%

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

#BDB736 (or 0xBDB736) is known color: Old Gold. HEX triplet: BD, B7 and 36. RGB value is (189,183,54). Sum of RGB (Red+Green+Blue) = 189+183+54=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 183 (71.88% from 255 or 42.96% from 426); Blue value is 54 (21.48% from 255 or 12.68% from 426); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB736 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB736 is #4248C9. Grayscale: #AAAAAA. Windows color (decimal): -4344010 or 3585981. OLE color: 3585981.

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

Color convert

RGB 189 183 54 -
CMYK 0 0.03 0.71 0.26
HSL 57.33º 0.56% 0.48% -
HSV(B) 57.33º 0.71% 0.74% -
XYZ 38.59 44.95 10.13 -
YUV 170.09 62.49 141.49 -
System Red Green Blue C M Y K H S L
Decimal 189 183 54 0 0.03 0.71 0.26 57.33 0.56 0.48
Hex BD B7 36 0 3 47 1A 39 38 30
Octal 275 267 66 0 3 107 32 71 70 60
Binary 10111101 10110111 110110 0 11 1000111 11010 111001 111000 110000

Color Harmonies of #BDB736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB736

Black with #BDB736

Text Example


Text Example

White with #BDB736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB736; }

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

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

background-color css

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

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

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

border-color css

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

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

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