Html Css Color HEX #BCB933 Old Gold

📋 copy color: '#BCB933'

red 188 ◦ green 185 ◦ blue 51

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

Shades of Old Gold #BCB933

Tints of Old Gold #BCB933

RGB

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

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

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

R = 44.34%
G = 43.63%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BCB933 (or 0xBCB933) is known color: Old Gold. HEX triplet: BC, B9 and 33. RGB value is (188,185,51). Sum of RGB (Red+Green+Blue) = 188+185+51=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 185 (72.66% from 255 or 43.63% from 424); Blue value is 51 (20.31% from 255 or 12.03% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB933 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB933 is #4346CC. Grayscale: #ABABAB. Windows color (decimal): -4409037 or 3389884. OLE color: 3389884.

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

Color convert

RGB 188 185 51 -
CMYK 0 0.02 0.73 0.26
HSL 58.69º 0.57% 0.47% -
HSV(B) 58.69º 0.73% 0.74% -
XYZ 38.69 45.63 9.9 -
YUV 170.62 60.49 140.4 -
System Red Green Blue C M Y K H S L
Decimal 188 185 51 0 0.02 0.73 0.26 58.69 0.57 0.47
Hex BC B9 33 0 2 49 1A 3B 39 2F
Octal 274 271 63 0 2 111 32 73 71 57
Binary 10111100 10111001 110011 0 10 1001001 11010 111011 111001 101111

Color Harmonies of #BCB933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB933

Black with #BCB933

Text Example


Text Example

White with #BCB933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB933; }

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

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

background-color css

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

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

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

border-color css

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

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

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