Html Css Color HEX #BDB638 Old Gold

📋 copy color: '#BDB638'

red 189 ◦ green 182 ◦ blue 56

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

Shades of Old Gold #BDB638

Tints of Old Gold #BDB638

RGB

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

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

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

R = 44.26%
G = 42.62%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BDB638 (or 0xBDB638) is known color: Old Gold. HEX triplet: BD, B6 and 38. RGB value is (189,182,56). Sum of RGB (Red+Green+Blue) = 189+182+56=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 182 (71.48% from 255 or 42.62% from 427); Blue value is 56 (22.27% from 255 or 13.11% from 427); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB638 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB638 is #4249C7. Grayscale: #AAAAAA. Windows color (decimal): -4344264 or 3716797. OLE color: 3716797.

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

Color convert

RGB 189 182 56 -
CMYK 0 0.04 0.70 0.26
HSL 56.84º 0.54% 0.48% -
HSV(B) 56.84º 0.7% 0.74% -
XYZ 38.43 44.56 10.32 -
YUV 169.73 63.82 141.75 -
System Red Green Blue C M Y K H S L
Decimal 189 182 56 0 0.04 0.70 0.26 56.84 0.54 0.48
Hex BD B6 38 0 4 46 1A 39 36 30
Octal 275 266 70 0 4 106 32 71 66 60
Binary 10111101 10110110 111000 0 100 1000110 11010 111001 110110 110000

Color Harmonies of #BDB638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB638

Black with #BDB638

Text Example


Text Example

White with #BDB638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB638; }

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

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

background-color css

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

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

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

border-color css

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

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

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