Html Css Color HEX #BCA20A Buddha Gold

📋 copy color: '#BCA20A'

red 188 ◦ green 162 ◦ blue 10

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

Shades of Buddha Gold #BCA20A

Tints of Buddha Gold #BCA20A

RGB

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

 GREEN value IS 162 (63.67% from 255) = 45%

 BLUE value IS 10 (4.3% from 255) = 2.78%

R = 52.22%
G = 45%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BCA20A (or 0xBCA20A) is known color: Buddha Gold. HEX triplet: BC, A2 and 0A. RGB value is (188,162,10). Sum of RGB (Red+Green+Blue) = 188+162+10=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 162 (63.67% from 255 or 45% from 360); Blue value is 10 (4.30% from 255 or 2.78% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA20A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA20A is #435DF5. Grayscale: #999999. Windows color (decimal): -4414966 or 697020. OLE color: 697020.

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

Color convert

RGB 188 162 10 -
CMYK 0 0.14 0.95 0.26
HSL 51.24º 0.9% 0.39% -
HSV(B) 51.24º 0.95% 0.74% -
XYZ 33.71 36.55 5.57 -
YUV 152.45 47.61 153.36 -
System Red Green Blue C M Y K H S L
Decimal 188 162 10 0 0.14 0.95 0.26 51.24 0.9 0.39
Hex BC A2 A 0 E 5F 1A 33 5A 27
Octal 274 242 12 0 16 137 32 63 132 47
Binary 10111100 10100010 1010 0 1110 1011111 11010 110011 1011010 100111

Color Harmonies of #BCA20A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA20A

Black with #BCA20A

Text Example


Text Example

White with #BCA20A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA20A; }

 p { color: rgb(188,162,10); }

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

background-color css

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

 a { background-color: rgb(188,162,10); }

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

border-color css

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

 span { border-color: rgb(188,162,10); }

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