Html Css Color HEX #BCA60D Buddha Gold

📋 copy color: '#BCA60D'

red 188 ◦ green 166 ◦ blue 13

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

Shades of Buddha Gold #BCA60D

Tints of Buddha Gold #BCA60D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 45.23%

 BLUE value IS 13 (5.47% from 255) = 3.54%

R = 51.23%
G = 45.23%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BCA60D (or 0xBCA60D) is known color: Buddha Gold. HEX triplet: BC, A6 and 0D. RGB value is (188,166,13). Sum of RGB (Red+Green+Blue) = 188+166+13=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 166 (65.23% from 255 or 45.23% from 367); Blue value is 13 (5.47% from 255 or 3.54% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA60D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA60D is #4359F2. Grayscale: #9B9B9B. Windows color (decimal): -4413939 or 894652. OLE color: 894652.

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

Color convert

RGB 188 166 13 -
CMYK 0 0.12 0.93 0.26
HSL 52.46º 0.87% 0.39% -
HSV(B) 52.46º 0.93% 0.74% -
XYZ 34.45 37.99 5.9 -
YUV 155.14 47.79 151.44 -
System Red Green Blue C M Y K H S L
Decimal 188 166 13 0 0.12 0.93 0.26 52.46 0.87 0.39
Hex BC A6 D 0 C 5D 1A 34 57 27
Octal 274 246 15 0 14 135 32 64 127 47
Binary 10111100 10100110 1101 0 1100 1011101 11010 110100 1010111 100111

Color Harmonies of #BCA60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA60D

Black with #BCA60D

Text Example


Text Example

White with #BCA60D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA60D; }

 p { color: rgb(188,166,13); }

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

background-color css

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

 a { background-color: rgb(188,166,13); }

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

border-color css

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

 span { border-color: rgb(188,166,13); }

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