Html Css Color HEX #BDB838 Old Gold

📋 copy color: '#BDB838'

red 189 ◦ green 184 ◦ blue 56

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

Shades of Old Gold #BDB838

Tints of Old Gold #BDB838

RGB

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

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

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

R = 44.06%
G = 42.89%
B = 13.05%

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

#BDB838 (or 0xBDB838) is known color: Old Gold. HEX triplet: BD, B8 and 38. RGB value is (189,184,56). Sum of RGB (Red+Green+Blue) = 189+184+56=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 184 (72.27% from 255 or 42.89% from 429); Blue value is 56 (22.27% from 255 or 13.05% from 429); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB838 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB838 is #4247C7. Grayscale: #ABABAB. Windows color (decimal): -4343752 or 3717309. OLE color: 3717309.

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

Color convert

RGB 189 184 56 -
CMYK 0 0.03 0.70 0.26
HSL 57.74º 0.54% 0.48% -
HSV(B) 57.74º 0.7% 0.74% -
XYZ 38.84 45.39 10.45 -
YUV 170.9 63.16 140.91 -
System Red Green Blue C M Y K H S L
Decimal 189 184 56 0 0.03 0.70 0.26 57.74 0.54 0.48
Hex BD B8 38 0 3 46 1A 3A 36 30
Octal 275 270 70 0 3 106 32 72 66 60
Binary 10111101 10111000 111000 0 11 1000110 11010 111010 110110 110000

Color Harmonies of #BDB838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB838

Black with #BDB838

Text Example


Text Example

White with #BDB838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB838; }

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

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

background-color css

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

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

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

border-color css

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

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

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