Html Css Color HEX #BCA608 Buddha Gold

📋 copy color: '#BCA608'

red 188 ◦ green 166 ◦ blue 8

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

Shades of Buddha Gold #BCA608

Tints of Buddha Gold #BCA608

RGB

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

 GREEN value IS 166 (65.23% from 255) = 45.86%

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

R = 51.93%
G = 45.86%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BCA608 (or 0xBCA608) is known color: Buddha Gold. HEX triplet: BC, A6 and 08. RGB value is (188,166,8). Sum of RGB (Red+Green+Blue) = 188+166+8=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 166 (65.23% from 255 or 45.86% from 362); Blue value is 8 (3.52% from 255 or 2.21% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA608 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA608 is #4359F7. Grayscale: #9B9B9B. Windows color (decimal): -4413944 or 566972. OLE color: 566972.

HSL color Cylindrical-coordinate representation of color #BCA608: hue angle of 52.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 #BCA608 is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 166 8 -
CMYK 0 0.12 0.96 0.26
HSL 52.67º 0.92% 0.38% -
HSV(B) 52.67º 0.96% 0.74% -
XYZ 34.42 37.98 5.75 -
YUV 154.57 45.29 151.85 -
System Red Green Blue C M Y K H S L
Decimal 188 166 8 0 0.12 0.96 0.26 52.67 0.92 0.38
Hex BC A6 8 0 C 60 1A 35 5C 26
Octal 274 246 10 0 14 140 32 65 134 46
Binary 10111100 10100110 1000 0 1100 1100000 11010 110101 1011100 100110

Color Harmonies of #BCA608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA608

Black with #BCA608

Text Example


Text Example

White with #BCA608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA608; }

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

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

background-color css

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

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

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

border-color css

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

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

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