Html Css Color HEX #BCB934 Old Gold

📋 copy color: '#BCB934'

red 188 ◦ green 185 ◦ blue 52

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

Shades of Old Gold #BCB934

Tints of Old Gold #BCB934

RGB

 RED value IS 188 (73.83% from 255) = 44.24%

 GREEN value IS 185 (72.66% from 255) = 43.53%

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

R = 44.24%
G = 43.53%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BCB934 (or 0xBCB934) is known color: Old Gold. HEX triplet: BC, B9 and 34. RGB value is (188,185,52). Sum of RGB (Red+Green+Blue) = 188+185+52=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 185 (72.66% from 255 or 43.53% from 425); Blue value is 52 (20.70% from 255 or 12.24% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB934 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB934 is #4346CB. Grayscale: #ABABAB. Windows color (decimal): -4409036 or 3455420. OLE color: 3455420.

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

Color convert

RGB 188 185 52 -
CMYK 0 0.02 0.72 0.26
HSL 58.68º 0.57% 0.47% -
HSV(B) 58.68º 0.72% 0.74% -
XYZ 38.71 45.64 10.02 -
YUV 170.74 60.99 140.31 -
System Red Green Blue C M Y K H S L
Decimal 188 185 52 0 0.02 0.72 0.26 58.68 0.57 0.47
Hex BC B9 34 0 2 48 1A 3B 39 2F
Octal 274 271 64 0 2 110 32 73 71 57
Binary 10111100 10111001 110100 0 10 1001000 11010 111011 111001 101111

Color Harmonies of #BCB934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB934

Black with #BCB934

Text Example


Text Example

White with #BCB934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB934; }

 p { color: rgb(188,185,52); }

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

background-color css

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

 a { background-color: rgb(188,185,52); }

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

border-color css

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

 span { border-color: rgb(188,185,52); }

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