Html Css Color HEX #BDB632 Old Gold

📋 copy color: '#BDB632'

red 189 ◦ green 182 ◦ blue 50

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

Shades of Old Gold #BDB632

Tints of Old Gold #BDB632

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.88%

R = 44.89%
G = 43.23%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BDB632 (or 0xBDB632) is known color: Old Gold. HEX triplet: BD, B6 and 32. RGB value is (189,182,50). Sum of RGB (Red+Green+Blue) = 189+182+50=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 182 (71.48% from 255 or 43.23% from 421); Blue value is 50 (19.92% from 255 or 11.88% from 421); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB632 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB632 is #4249CD. Grayscale: #A9A9A9. Windows color (decimal): -4344270 or 3323581. OLE color: 3323581.

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

Color convert

RGB 189 182 50 -
CMYK 0 0.04 0.74 0.26
HSL 56.98º 0.58% 0.47% -
HSV(B) 56.98º 0.74% 0.74% -
XYZ 38.29 44.51 9.59 -
YUV 169.05 60.82 142.23 -
System Red Green Blue C M Y K H S L
Decimal 189 182 50 0 0.04 0.74 0.26 56.98 0.58 0.47
Hex BD B6 32 0 4 4A 1A 39 3A 2F
Octal 275 266 62 0 4 112 32 71 72 57
Binary 10111101 10110110 110010 0 100 1001010 11010 111001 111010 101111

Color Harmonies of #BDB632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB632

Black with #BDB632

Text Example


Text Example

White with #BDB632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB632; }

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

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

background-color css

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

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

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

border-color css

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

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

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