Html Css Color HEX #BCA90D Buddha Gold

📋 copy color: '#BCA90D'

red 188 ◦ green 169 ◦ blue 13

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

Shades of Buddha Gold #BCA90D

Tints of Buddha Gold #BCA90D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 45.68%

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

R = 50.81%
G = 45.68%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BCA90D (or 0xBCA90D) is known color: Buddha Gold. HEX triplet: BC, A9 and 0D. RGB value is (188,169,13). Sum of RGB (Red+Green+Blue) = 188+169+13=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 169 (66.41% from 255 or 45.68% from 370); Blue value is 13 (5.47% from 255 or 3.51% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA90D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA90D is #4356F2. Grayscale: #9D9D9D. Windows color (decimal): -4413171 or 895420. OLE color: 895420.

HSL color Cylindrical-coordinate representation of color #BCA90D: hue angle of 53.49º 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 #BCA90D is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 169 13 -
CMYK 0 0.10 0.93 0.26
HSL 53.49º 0.87% 0.39% -
HSV(B) 53.49º 0.93% 0.74% -
XYZ 35 39.1 6.08 -
YUV 156.9 46.79 150.18 -
System Red Green Blue C M Y K H S L
Decimal 188 169 13 0 0.10 0.93 0.26 53.49 0.87 0.39
Hex BC A9 D 0 A 5D 1A 35 57 27
Octal 274 251 15 0 12 135 32 65 127 47
Binary 10111100 10101001 1101 0 1010 1011101 11010 110101 1010111 100111

Color Harmonies of #BCA90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA90D

Black with #BCA90D

Text Example


Text Example

White with #BCA90D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA90D; }

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

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

background-color css

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

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

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

border-color css

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

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

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