Html Css Color HEX #BFA207 Buddha Gold

📋 copy color: '#BFA207'

red 191 ◦ green 162 ◦ blue 7

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

Shades of Buddha Gold #BFA207

Tints of Buddha Gold #BFA207

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.94%

R = 53.06%
G = 45%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BFA207 (or 0xBFA207) is known color: Buddha Gold. HEX triplet: BF, A2 and 07. RGB value is (191,162,7). Sum of RGB (Red+Green+Blue) = 191+162+7=360 (47% of max value = 765). Red value is 191 (75% from 255 or 53.06% from 360); Green value is 162 (63.67% from 255 or 45% from 360); Blue value is 7 (3.12% from 255 or 1.94% from 360); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA207 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA207 is #405DF8. Grayscale: #999999. Windows color (decimal): -4218361 or 500415. OLE color: 500415.

HSL color Cylindrical-coordinate representation of color #BFA207: hue angle of 50.54º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BFA207 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 162 7 -
CMYK 0 0.15 0.96 0.25
HSL 50.54º 0.93% 0.39% -
HSV(B) 50.54º 0.96% 0.75% -
XYZ 34.44 36.93 5.51 -
YUV 153 45.61 155.1 -
System Red Green Blue C M Y K H S L
Decimal 191 162 7 0 0.15 0.96 0.25 50.54 0.93 0.39
Hex BF A2 7 0 F 60 19 33 5D 27
Octal 277 242 7 0 17 140 31 63 135 47
Binary 10111111 10100010 111 0 1111 1100000 11001 110011 1011101 100111

Color Harmonies of #BFA207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA207

Black with #BFA207

Text Example


Text Example

White with #BFA207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA207; }

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

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

background-color css

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

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

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

border-color css

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

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

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