Html Css Color HEX #BCA80D Buddha Gold

📋 copy color: '#BCA80D'

red 188 ◦ green 168 ◦ blue 13

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

Shades of Buddha Gold #BCA80D

Tints of Buddha Gold #BCA80D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 45.53%

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

R = 50.95%
G = 45.53%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BCA80D (or 0xBCA80D) is known color: Buddha Gold. HEX triplet: BC, A8 and 0D. RGB value is (188,168,13). Sum of RGB (Red+Green+Blue) = 188+168+13=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 168 (66.02% from 255 or 45.53% from 369); Blue value is 13 (5.47% from 255 or 3.52% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA80D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA80D is #4357F2. Grayscale: #9C9C9C. Windows color (decimal): -4413427 or 895164. OLE color: 895164.

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

Color convert

RGB 188 168 13 -
CMYK 0 0.11 0.93 0.26
HSL 53.14º 0.87% 0.39% -
HSV(B) 53.14º 0.93% 0.74% -
XYZ 34.81 38.73 6.02 -
YUV 156.31 47.13 150.6 -
System Red Green Blue C M Y K H S L
Decimal 188 168 13 0 0.11 0.93 0.26 53.14 0.87 0.39
Hex BC A8 D 0 B 5D 1A 35 57 27
Octal 274 250 15 0 13 135 32 65 127 47
Binary 10111100 10101000 1101 0 1011 1011101 11010 110101 1010111 100111

Color Harmonies of #BCA80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA80D

Black with #BCA80D

Text Example


Text Example

White with #BCA80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA80D; }

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

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

background-color css

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

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

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

border-color css

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

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

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