Html Css Color HEX #BCA10D Buddha Gold

📋 copy color: '#BCA10D'

red 188 ◦ green 161 ◦ blue 13

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

Shades of Buddha Gold #BCA10D

Tints of Buddha Gold #BCA10D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 44.48%

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

R = 51.93%
G = 44.48%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BCA10D (or 0xBCA10D) is known color: Buddha Gold. HEX triplet: BC, A1 and 0D. RGB value is (188,161,13). Sum of RGB (Red+Green+Blue) = 188+161+13=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 161 (63.28% from 255 or 44.48% from 362); Blue value is 13 (5.47% from 255 or 3.59% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA10D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA10D is #435EF2. Grayscale: #989898. Windows color (decimal): -4415219 or 893372. OLE color: 893372.

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

Color convert

RGB 188 161 13 -
CMYK 0 0.14 0.93 0.26
HSL 50.74º 0.87% 0.39% -
HSV(B) 50.74º 0.93% 0.74% -
XYZ 33.56 36.21 5.6 -
YUV 152.2 49.45 153.53 -
System Red Green Blue C M Y K H S L
Decimal 188 161 13 0 0.14 0.93 0.26 50.74 0.87 0.39
Hex BC A1 D 0 E 5D 1A 33 57 27
Octal 274 241 15 0 16 135 32 63 127 47
Binary 10111100 10100001 1101 0 1110 1011101 11010 110011 1010111 100111

Color Harmonies of #BCA10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA10D

Black with #BCA10D

Text Example


Text Example

White with #BCA10D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA10D; }

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

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

background-color css

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

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

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

border-color css

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

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

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