Html Css Color HEX #BDB732 Old Gold

📋 copy color: '#BDB732'

red 189 ◦ green 183 ◦ blue 50

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

Shades of Old Gold #BDB732

Tints of Old Gold #BDB732

RGB

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

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

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

R = 44.79%
G = 43.36%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BDB732 (or 0xBDB732) is known color: Old Gold. HEX triplet: BD, B7 and 32. RGB value is (189,183,50). Sum of RGB (Red+Green+Blue) = 189+183+50=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 183 (71.88% from 255 or 43.36% from 422); Blue value is 50 (19.92% from 255 or 11.85% from 422); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB732 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB732 is #4248CD. Grayscale: #AAAAAA. Windows color (decimal): -4344014 or 3323837. OLE color: 3323837.

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

Color convert

RGB 189 183 50 -
CMYK 0 0.03 0.74 0.26
HSL 57.41º 0.58% 0.47% -
HSV(B) 57.41º 0.74% 0.74% -
XYZ 38.5 44.92 9.66 -
YUV 169.63 60.49 141.81 -
System Red Green Blue C M Y K H S L
Decimal 189 183 50 0 0.03 0.74 0.26 57.41 0.58 0.47
Hex BD B7 32 0 3 4A 1A 39 3A 2F
Octal 275 267 62 0 3 112 32 71 72 57
Binary 10111101 10110111 110010 0 11 1001010 11010 111001 111010 101111

Color Harmonies of #BDB732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB732

Black with #BDB732

Text Example


Text Example

White with #BDB732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB732; }

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

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

background-color css

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

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

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

border-color css

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

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

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