Html Css Color HEX #BCBA38 Old Gold

📋 copy color: '#BCBA38'

red 188 ◦ green 186 ◦ blue 56

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

Shades of Old Gold #BCBA38

Tints of Old Gold #BCBA38

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.26%

 BLUE value IS 56 (22.27% from 255) = 13.02%

R = 43.72%
G = 43.26%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BCBA38 (or 0xBCBA38) is known color: Old Gold. HEX triplet: BC, BA and 38. RGB value is (188,186,56). Sum of RGB (Red+Green+Blue) = 188+186+56=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 186 (73.05% from 255 or 43.26% from 430); Blue value is 56 (22.27% from 255 or 13.02% from 430); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBA38 is #4345C7. Grayscale: #ACACAC. Windows color (decimal): -4408776 or 3717820. OLE color: 3717820.

HSL color Cylindrical-coordinate representation of color #BCBA38: hue angle of 59.09º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BCBA38 is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 186 56 -
CMYK 0 0.01 0.70 0.26
HSL 59.09º 0.54% 0.48% -
HSV(B) 59.09º 0.7% 0.74% -
XYZ 39.01 46.09 10.58 -
YUV 171.78 62.66 139.57 -
System Red Green Blue C M Y K H S L
Decimal 188 186 56 0 0.01 0.70 0.26 59.09 0.54 0.48
Hex BC BA 38 0 1 46 1A 3B 36 30
Octal 274 272 70 0 1 106 32 73 66 60
Binary 10111100 10111010 111000 0 1 1000110 11010 111011 110110 110000

Color Harmonies of #BCBA38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBA38

Black with #BCBA38

Text Example


Text Example

White with #BCBA38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBA38; }

 p { color: rgb(188,186,56); }

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

background-color css

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

 a { background-color: rgb(188,186,56); }

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

border-color css

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

 span { border-color: rgb(188,186,56); }

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