Html Css Color HEX #BDB738 Old Gold

📋 copy color: '#BDB738'

red 189 ◦ green 183 ◦ blue 56

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

Shades of Old Gold #BDB738

Tints of Old Gold #BDB738

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.08%

R = 44.16%
G = 42.76%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BDB738 (or 0xBDB738) is known color: Old Gold. HEX triplet: BD, B7 and 38. RGB value is (189,183,56). Sum of RGB (Red+Green+Blue) = 189+183+56=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 183 (71.88% from 255 or 42.76% from 428); Blue value is 56 (22.27% from 255 or 13.08% from 428); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB738 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB738 is #4248C7. Grayscale: #AAAAAA. Windows color (decimal): -4344008 or 3717053. OLE color: 3717053.

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

Color convert

RGB 189 183 56 -
CMYK 0 0.03 0.70 0.26
HSL 57.29º 0.54% 0.48% -
HSV(B) 57.29º 0.7% 0.74% -
XYZ 38.63 44.97 10.39 -
YUV 170.32 63.49 141.33 -
System Red Green Blue C M Y K H S L
Decimal 189 183 56 0 0.03 0.70 0.26 57.29 0.54 0.48
Hex BD B7 38 0 3 46 1A 39 36 30
Octal 275 267 70 0 3 106 32 71 66 60
Binary 10111101 10110111 111000 0 11 1000110 11010 111001 110110 110000

Color Harmonies of #BDB738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB738

Black with #BDB738

Text Example


Text Example

White with #BDB738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB738; }

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

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

background-color css

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

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

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

border-color css

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

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

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