Html Css Color HEX #BCA50B Buddha Gold

📋 copy color: '#BCA50B'

red 188 ◦ green 165 ◦ blue 11

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

Shades of Buddha Gold #BCA50B

Tints of Buddha Gold #BCA50B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 45.33%

 BLUE value IS 11 (4.69% from 255) = 3.02%

R = 51.65%
G = 45.33%
B = 3.02%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BCA50B (or 0xBCA50B) is known color: Buddha Gold. HEX triplet: BC, A5 and 0B. RGB value is (188,165,11). Sum of RGB (Red+Green+Blue) = 188+165+11=364 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.65% from 364); Green value is 165 (64.84% from 255 or 45.33% from 364); Blue value is 11 (4.69% from 255 or 3.02% from 364); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA50B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA50B is #435AF4. Grayscale: #9A9A9A. Windows color (decimal): -4414197 or 763324. OLE color: 763324.

HSL color Cylindrical-coordinate representation of color #BCA50B: hue angle of 52.2º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BCA50B is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 165 11 -
CMYK 0 0.12 0.94 0.26
HSL 52.2º 0.89% 0.39% -
HSV(B) 52.2º 0.94% 0.74% -
XYZ 34.25 37.63 5.77 -
YUV 154.32 47.12 152.02 -
System Red Green Blue C M Y K H S L
Decimal 188 165 11 0 0.12 0.94 0.26 52.2 0.89 0.39
Hex BC A5 B 0 C 5E 1A 34 59 27
Octal 274 245 13 0 14 136 32 64 131 47
Binary 10111100 10100101 1011 0 1100 1011110 11010 110100 1011001 100111

Color Harmonies of #BCA50B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA50B

Black with #BCA50B

Text Example


Text Example

White with #BCA50B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA50B; }

 p { color: rgb(188,165,11); }

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

background-color css

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

 a { background-color: rgb(188,165,11); }

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

border-color css

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

 span { border-color: rgb(188,165,11); }

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