Html Css Color HEX #BCA11D Buddha Gold

📋 copy color: '#BCA11D'

red 188 ◦ green 161 ◦ blue 29

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

Shades of Buddha Gold #BCA11D

Tints of Buddha Gold #BCA11D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.67%

R = 49.74%
G = 42.59%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BCA11D (or 0xBCA11D) is known color: Buddha Gold. HEX triplet: BC, A1 and 1D. RGB value is (188,161,29). Sum of RGB (Red+Green+Blue) = 188+161+29=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 161 (63.28% from 255 or 42.59% from 378); Blue value is 29 (11.72% from 255 or 7.67% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA11D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA11D is #435EE2. Grayscale: #9A9A9A. Windows color (decimal): -4415203 or 1941948. OLE color: 1941948.

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

Color convert

RGB 188 161 29 -
CMYK 0 0.14 0.85 0.26
HSL 49.81º 0.73% 0.43% -
HSV(B) 49.81º 0.85% 0.74% -
XYZ 33.71 36.27 6.39 -
YUV 154.03 57.45 152.23 -
System Red Green Blue C M Y K H S L
Decimal 188 161 29 0 0.14 0.85 0.26 49.81 0.73 0.43
Hex BC A1 1D 0 E 55 1A 32 49 2B
Octal 274 241 35 0 16 125 32 62 111 53
Binary 10111100 10100001 11101 0 1110 1010101 11010 110010 1001001 101011

Color Harmonies of #BCA11D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA11D

Black with #BCA11D

Text Example


Text Example

White with #BCA11D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA11D; }

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

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

background-color css

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

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

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

border-color css

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

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

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