Html Css Color HEX #BCA908 Buddha Gold

📋 copy color: '#BCA908'

red 188 ◦ green 169 ◦ blue 8

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

Shades of Buddha Gold #BCA908

Tints of Buddha Gold #BCA908

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.19%

R = 51.51%
G = 46.3%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BCA908 (or 0xBCA908) is known color: Buddha Gold. HEX triplet: BC, A9 and 08. RGB value is (188,169,8). Sum of RGB (Red+Green+Blue) = 188+169+8=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 169 (66.41% from 255 or 46.30% from 365); Blue value is 8 (3.52% from 255 or 2.19% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA908 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA908 is #4356F7. Grayscale: #9C9C9C. Windows color (decimal): -4413176 or 567740. OLE color: 567740.

HSL color Cylindrical-coordinate representation of color #BCA908: hue angle of 53.67º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BCA908 is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 169 8 -
CMYK 0 0.10 0.96 0.26
HSL 53.67º 0.92% 0.38% -
HSV(B) 53.67º 0.96% 0.74% -
XYZ 34.97 39.08 5.93 -
YUV 156.33 44.29 150.59 -
System Red Green Blue C M Y K H S L
Decimal 188 169 8 0 0.10 0.96 0.26 53.67 0.92 0.38
Hex BC A9 8 0 A 60 1A 36 5C 26
Octal 274 251 10 0 12 140 32 66 134 46
Binary 10111100 10101001 1000 0 1010 1100000 11010 110110 1011100 100110

Color Harmonies of #BCA908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA908

Black with #BCA908

Text Example


Text Example

White with #BCA908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA908; }

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

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

background-color css

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

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

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

border-color css

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

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

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