Html Css Color HEX #BFA202 Buddha Gold

📋 copy color: '#BFA202'

red 191 ◦ green 162 ◦ blue 2

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

Shades of Buddha Gold #BFA202

Tints of Buddha Gold #BFA202

RGB

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

 GREEN value IS 162 (63.67% from 255) = 45.63%

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

R = 53.8%
G = 45.63%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BFA202 (or 0xBFA202) is known color: Buddha Gold. HEX triplet: BF, A2 and 02. RGB value is (191,162,2). Sum of RGB (Red+Green+Blue) = 191+162+2=355 (47% of max value = 765). Red value is 191 (75% from 255 or 53.80% from 355); Green value is 162 (63.67% from 255 or 45.63% from 355); Blue value is 2 (1.17% from 255 or 0.56% from 355); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA202 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA202 is #405DFD. Grayscale: #999999. Windows color (decimal): -4218366 or 172735. OLE color: 172735.

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

Color convert

RGB 191 162 2 -
CMYK 0 0.15 0.99 0.25
HSL 50.79º 0.98% 0.38% -
HSV(B) 50.79º 0.99% 0.75% -
XYZ 34.42 36.92 5.37 -
YUV 152.43 43.11 155.51 -
System Red Green Blue C M Y K H S L
Decimal 191 162 2 0 0.15 0.99 0.25 50.79 0.98 0.38
Hex BF A2 2 0 F 63 19 33 62 26
Octal 277 242 2 0 17 143 31 63 142 46
Binary 10111111 10100010 10 0 1111 1100011 11001 110011 1100010 100110

Color Harmonies of #BFA202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA202

Black with #BFA202

Text Example


Text Example

White with #BFA202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA202; }

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

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

background-color css

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

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

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

border-color css

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

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

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