Html Css Color HEX #BDB633 Old Gold

📋 copy color: '#BDB633'

red 189 ◦ green 182 ◦ blue 51

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

Shades of Old Gold #BDB633

Tints of Old Gold #BDB633

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.09%

R = 44.79%
G = 43.13%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BDB633 (or 0xBDB633) is known color: Old Gold. HEX triplet: BD, B6 and 33. RGB value is (189,182,51). Sum of RGB (Red+Green+Blue) = 189+182+51=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 182 (71.48% from 255 or 43.13% from 422); Blue value is 51 (20.31% from 255 or 12.09% from 422); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB633 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB633 is #4249CC. Grayscale: #A9A9A9. Windows color (decimal): -4344269 or 3389117. OLE color: 3389117.

HSL color Cylindrical-coordinate representation of color #BDB633: hue angle of 56.96º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BDB633 is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 182 51 -
CMYK 0 0.04 0.73 0.26
HSL 56.96º 0.58% 0.47% -
HSV(B) 56.96º 0.73% 0.74% -
XYZ 38.31 44.51 9.7 -
YUV 169.16 61.32 142.15 -
System Red Green Blue C M Y K H S L
Decimal 189 182 51 0 0.04 0.73 0.26 56.96 0.58 0.47
Hex BD B6 33 0 4 49 1A 39 3A 2F
Octal 275 266 63 0 4 111 32 71 72 57
Binary 10111101 10110110 110011 0 100 1001001 11010 111001 111010 101111

Color Harmonies of #BDB633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB633

Black with #BDB633

Text Example


Text Example

White with #BDB633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB633; }

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

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

background-color css

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

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

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

border-color css

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

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

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