Html Css Color HEX #BFA802 Buddha Gold

📋 copy color: '#BFA802'

red 191 ◦ green 168 ◦ blue 2

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

Shades of Buddha Gold #BFA802

Tints of Buddha Gold #BFA802

RGB

 RED value IS 191 (75% from 255) = 52.91%

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

 BLUE value IS 2 (1.17% from 255) = 0.55%

R = 52.91%
G = 46.54%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BFA802 (or 0xBFA802) is known color: Buddha Gold. HEX triplet: BF, A8 and 02. RGB value is (191,168,2). Sum of RGB (Red+Green+Blue) = 191+168+2=361 (47% of max value = 765). Red value is 191 (75% from 255 or 52.91% from 361); Green value is 168 (66.02% from 255 or 46.54% from 361); Blue value is 2 (1.17% from 255 or 0.55% from 361); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA802 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA802 is #4057FD. Grayscale: #9C9C9C. Windows color (decimal): -4216830 or 174271. OLE color: 174271.

HSL color Cylindrical-coordinate representation of color #BFA802: hue angle of 52.7º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BFA802 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 168 2 -
CMYK 0 0.12 0.99 0.25
HSL 52.7º 0.98% 0.38% -
HSV(B) 52.7º 0.99% 0.75% -
XYZ 35.5 39.09 5.73 -
YUV 155.95 41.12 153 -
System Red Green Blue C M Y K H S L
Decimal 191 168 2 0 0.12 0.99 0.25 52.7 0.98 0.38
Hex BF A8 2 0 C 63 19 35 62 26
Octal 277 250 2 0 14 143 31 65 142 46
Binary 10111111 10101000 10 0 1100 1100011 11001 110101 1100010 100110

Color Harmonies of #BFA802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA802

Black with #BFA802

Text Example


Text Example

White with #BFA802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA802; }

 p { color: rgb(191,168,2); }

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

background-color css

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

 a { background-color: rgb(191,168,2); }

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

border-color css

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

 span { border-color: rgb(191,168,2); }

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