Html Css Color HEX #BFA602 Buddha Gold

📋 copy color: '#BFA602'

red 191 ◦ green 166 ◦ blue 2

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

Shades of Buddha Gold #BFA602

Tints of Buddha Gold #BFA602

RGB

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

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

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

R = 53.2%
G = 46.24%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BFA602 (or 0xBFA602) is known color: Buddha Gold. HEX triplet: BF, A6 and 02. RGB value is (191,166,2). Sum of RGB (Red+Green+Blue) = 191+166+2=359 (47% of max value = 765). Red value is 191 (75% from 255 or 53.20% from 359); Green value is 166 (65.23% from 255 or 46.24% from 359); Blue value is 2 (1.17% from 255 or 0.56% from 359); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA602 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA602 is #4059FD. Grayscale: #9B9B9B. Windows color (decimal): -4217342 or 173759. OLE color: 173759.

HSL color Cylindrical-coordinate representation of color #BFA602: hue angle of 52.06º 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 #BFA602 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 166 2 -
CMYK 0 0.13 0.99 0.25
HSL 52.06º 0.98% 0.38% -
HSV(B) 52.06º 0.99% 0.75% -
XYZ 35.13 38.35 5.61 -
YUV 154.78 41.78 153.84 -
System Red Green Blue C M Y K H S L
Decimal 191 166 2 0 0.13 0.99 0.25 52.06 0.98 0.38
Hex BF A6 2 0 D 63 19 34 62 26
Octal 277 246 2 0 15 143 31 64 142 46
Binary 10111111 10100110 10 0 1101 1100011 11001 110100 1100010 100110

Color Harmonies of #BFA602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA602

Black with #BFA602

Text Example


Text Example

White with #BFA602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA602; }

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

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

background-color css

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

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

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

border-color css

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

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

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