Html Css Color HEX #BCA00B Buddha Gold

📋 copy color: '#BCA00B'

red 188 ◦ green 160 ◦ blue 11

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

Shades of Buddha Gold #BCA00B

Tints of Buddha Gold #BCA00B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 44.57%

 BLUE value IS 11 (4.69% from 255) = 3.06%

R = 52.37%
G = 44.57%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BCA00B (or 0xBCA00B) is known color: Buddha Gold. HEX triplet: BC, A0 and 0B. RGB value is (188,160,11). Sum of RGB (Red+Green+Blue) = 188+160+11=359 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.37% from 359); Green value is 160 (62.89% from 255 or 44.57% from 359); Blue value is 11 (4.69% from 255 or 3.06% from 359); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA00B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA00B is #435FF4. Grayscale: #989898. Windows color (decimal): -4415477 or 762044. OLE color: 762044.

HSL color Cylindrical-coordinate representation of color #BCA00B: hue angle of 50.51º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BCA00B is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 160 11 -
CMYK 0 0.15 0.94 0.26
HSL 50.51º 0.89% 0.39% -
HSV(B) 50.51º 0.94% 0.74% -
XYZ 33.37 35.86 5.48 -
YUV 151.39 48.78 154.12 -
System Red Green Blue C M Y K H S L
Decimal 188 160 11 0 0.15 0.94 0.26 50.51 0.89 0.39
Hex BC A0 B 0 F 5E 1A 33 59 27
Octal 274 240 13 0 17 136 32 63 131 47
Binary 10111100 10100000 1011 0 1111 1011110 11010 110011 1011001 100111

Color Harmonies of #BCA00B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA00B

Black with #BCA00B

Text Example


Text Example

White with #BCA00B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA00B; }

 p { color: rgb(188,160,11); }

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

background-color css

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

 a { background-color: rgb(188,160,11); }

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

border-color css

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

 span { border-color: rgb(188,160,11); }

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