Html Css Color HEX #BCA21D Buddha Gold

📋 copy color: '#BCA21D'

red 188 ◦ green 162 ◦ blue 29

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

Shades of Buddha Gold #BCA21D

Tints of Buddha Gold #BCA21D

RGB

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

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

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

R = 49.6%
G = 42.74%
B = 7.65%

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

#BCA21D (or 0xBCA21D) is known color: Buddha Gold. HEX triplet: BC, A2 and 1D. RGB value is (188,162,29). Sum of RGB (Red+Green+Blue) = 188+162+29=379 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.60% from 379); Green value is 162 (63.67% from 255 or 42.74% from 379); Blue value is 29 (11.72% from 255 or 7.65% from 379); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA21D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA21D is #435DE2. Grayscale: #9B9B9B. Windows color (decimal): -4414947 or 1942204. OLE color: 1942204.

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

Color convert

RGB 188 162 29 -
CMYK 0 0.14 0.85 0.26
HSL 50.19º 0.73% 0.43% -
HSV(B) 50.19º 0.85% 0.74% -
XYZ 33.88 36.62 6.45 -
YUV 154.61 57.11 151.81 -
System Red Green Blue C M Y K H S L
Decimal 188 162 29 0 0.14 0.85 0.26 50.19 0.73 0.43
Hex BC A2 1D 0 E 55 1A 32 49 2B
Octal 274 242 35 0 16 125 32 62 111 53
Binary 10111100 10100010 11101 0 1110 1010101 11010 110010 1001001 101011

Color Harmonies of #BCA21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA21D

Black with #BCA21D

Text Example


Text Example

White with #BCA21D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA21D; }

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

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

background-color css

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

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

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

border-color css

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

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

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