Html Css Color HEX #BDBB34 Old Gold

📋 copy color: '#BDBB34'

red 189 ◦ green 187 ◦ blue 52

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

Shades of Old Gold #BDBB34

Tints of Old Gold #BDBB34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.15%

R = 44.16%
G = 43.69%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BDBB34 (or 0xBDBB34) is known color: Old Gold. HEX triplet: BD, BB and 34. RGB value is (189,187,52). Sum of RGB (Red+Green+Blue) = 189+187+52=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 187 (73.44% from 255 or 43.69% from 428); Blue value is 52 (20.70% from 255 or 12.15% from 428); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBB34 is #4244CB. Grayscale: #ACACAC. Windows color (decimal): -4342988 or 3455933. OLE color: 3455933.

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

Color convert

RGB 189 187 52 -
CMYK 0 0.01 0.72 0.26
HSL 59.12º 0.57% 0.47% -
HSV(B) 59.12º 0.72% 0.74% -
XYZ 39.38 46.61 10.17 -
YUV 172.21 60.16 139.98 -
System Red Green Blue C M Y K H S L
Decimal 189 187 52 0 0.01 0.72 0.26 59.12 0.57 0.47
Hex BD BB 34 0 1 48 1A 3B 39 2F
Octal 275 273 64 0 1 110 32 73 71 57
Binary 10111101 10111011 110100 0 1 1001000 11010 111011 111001 101111

Color Harmonies of #BDBB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBB34

Black with #BDBB34

Text Example


Text Example

White with #BDBB34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBB34; }

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

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

background-color css

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

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

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

border-color css

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

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

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