Html Css Color HEX #BDB333 Old Gold

📋 copy color: '#BDB333'

red 189 ◦ green 179 ◦ blue 51

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

Shades of Old Gold #BDB333

Tints of Old Gold #BDB333

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.72%

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

R = 45.11%
G = 42.72%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BDB333 (or 0xBDB333) is known color: Old Gold. HEX triplet: BD, B3 and 33. RGB value is (189,179,51). Sum of RGB (Red+Green+Blue) = 189+179+51=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 179 (70.31% from 255 or 42.72% from 419); Blue value is 51 (20.31% from 255 or 12.17% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB333 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB333 is #424CCC. Grayscale: #A7A7A7. Windows color (decimal): -4345037 or 3388349. OLE color: 3388349.

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

Color convert

RGB 189 179 51 -
CMYK 0 0.05 0.73 0.26
HSL 55.65º 0.58% 0.47% -
HSV(B) 55.65º 0.73% 0.74% -
XYZ 37.7 43.3 9.5 -
YUV 167.4 62.31 143.41 -
System Red Green Blue C M Y K H S L
Decimal 189 179 51 0 0.05 0.73 0.26 55.65 0.58 0.47
Hex BD B3 33 0 5 49 1A 38 3A 2F
Octal 275 263 63 0 5 111 32 70 72 57
Binary 10111101 10110011 110011 0 101 1001001 11010 111000 111010 101111

Color Harmonies of #BDB333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB333

Black with #BDB333

Text Example


Text Example

White with #BDB333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB333; }

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

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

background-color css

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

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

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

border-color css

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

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

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