Html Css Color HEX #BFA617 Buddha Gold

📋 copy color: '#BFA617'

red 191 ◦ green 166 ◦ blue 23

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

Shades of Buddha Gold #BFA617

Tints of Buddha Gold #BFA617

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.05%

R = 50.26%
G = 43.68%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#BFA617 (or 0xBFA617) is known color: Buddha Gold. HEX triplet: BF, A6 and 17. RGB value is (191,166,23). Sum of RGB (Red+Green+Blue) = 191+166+23=380 (50% of max value = 765). Red value is 191 (75% from 255 or 50.26% from 380); Green value is 166 (65.23% from 255 or 43.68% from 380); Blue value is 23 (9.38% from 255 or 6.05% from 380); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA617 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA617 is #4059E8. Grayscale: #9D9D9D. Windows color (decimal): -4217321 or 1550015. OLE color: 1550015.

HSL color Cylindrical-coordinate representation of color #BFA617: hue angle of 51.07º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BFA617 is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 166 23 -
CMYK 0 0.13 0.88 0.25
HSL 51.07º 0.79% 0.42% -
HSV(B) 51.07º 0.88% 0.75% -
XYZ 35.28 38.41 6.37 -
YUV 157.17 52.28 152.13 -
System Red Green Blue C M Y K H S L
Decimal 191 166 23 0 0.13 0.88 0.25 51.07 0.79 0.42
Hex BF A6 17 0 D 58 19 33 4F 2A
Octal 277 246 27 0 15 130 31 63 117 52
Binary 10111111 10100110 10111 0 1101 1011000 11001 110011 1001111 101010

Color Harmonies of #BFA617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA617

Black with #BFA617

Text Example


Text Example

White with #BFA617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA617; }

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

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

background-color css

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

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

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

border-color css

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

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

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