Html Css Color HEX #BDBB32 Old Gold

📋 copy color: '#BDBB32'

red 189 ◦ green 187 ◦ blue 50

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

Shades of Old Gold #BDBB32

Tints of Old Gold #BDBB32

RGB

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

 GREEN value IS 187 (73.44% from 255) = 43.9%

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

R = 44.37%
G = 43.9%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BDBB32 (or 0xBDBB32) is known color: Old Gold. HEX triplet: BD, BB and 32. RGB value is (189,187,50). Sum of RGB (Red+Green+Blue) = 189+187+50=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 187 (73.44% from 255 or 43.90% from 426); Blue value is 50 (19.92% from 255 or 11.74% from 426); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBB32 is #4244CD. Grayscale: #ACACAC. Windows color (decimal): -4342990 or 3324861. OLE color: 3324861.

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

Color convert

RGB 189 187 50 -
CMYK 0 0.01 0.74 0.26
HSL 59.14º 0.58% 0.47% -
HSV(B) 59.14º 0.74% 0.74% -
XYZ 39.33 46.59 9.94 -
YUV 171.98 59.16 140.14 -
System Red Green Blue C M Y K H S L
Decimal 189 187 50 0 0.01 0.74 0.26 59.14 0.58 0.47
Hex BD BB 32 0 1 4A 1A 3B 3A 2F
Octal 275 273 62 0 1 112 32 73 72 57
Binary 10111101 10111011 110010 0 1 1001010 11010 111011 111010 101111

Color Harmonies of #BDBB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBB32

Black with #BDBB32

Text Example


Text Example

White with #BDBB32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBB32; }

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

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

background-color css

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

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

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

border-color css

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

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

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