Html Css Color HEX #BCB837 Old Gold

📋 copy color: '#BCB837'

red 188 ◦ green 184 ◦ blue 55

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

Shades of Old Gold #BCB837

Tints of Old Gold #BCB837

RGB

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

 GREEN value IS 184 (72.27% from 255) = 43.09%

 BLUE value IS 55 (21.88% from 255) = 12.88%

R = 44.03%
G = 43.09%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BCB837 (or 0xBCB837) is known color: Old Gold. HEX triplet: BC, B8 and 37. RGB value is (188,184,55). Sum of RGB (Red+Green+Blue) = 188+184+55=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 184 (72.27% from 255 or 43.09% from 427); Blue value is 55 (21.88% from 255 or 12.88% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB837 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB837 is #4347C8. Grayscale: #ABABAB. Windows color (decimal): -4409289 or 3651772. OLE color: 3651772.

HSL color Cylindrical-coordinate representation of color #BCB837: hue angle of 58.2º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BCB837 is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 184 55 -
CMYK 0 0.02 0.71 0.26
HSL 58.2º 0.55% 0.48% -
HSV(B) 58.2º 0.71% 0.74% -
XYZ 38.57 45.25 10.32 -
YUV 170.49 62.83 140.49 -
System Red Green Blue C M Y K H S L
Decimal 188 184 55 0 0.02 0.71 0.26 58.2 0.55 0.48
Hex BC B8 37 0 2 47 1A 3A 37 30
Octal 274 270 67 0 2 107 32 72 67 60
Binary 10111100 10111000 110111 0 10 1000111 11010 111010 110111 110000

Color Harmonies of #BCB837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB837

Black with #BCB837

Text Example


Text Example

White with #BCB837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB837; }

 p { color: rgb(188,184,55); }

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

background-color css

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

 a { background-color: rgb(188,184,55); }

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

border-color css

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

 span { border-color: rgb(188,184,55); }

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