Html Css Color HEX #BFA317 Buddha Gold

📋 copy color: '#BFA317'

red 191 ◦ green 163 ◦ blue 23

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

Shades of Buddha Gold #BFA317

Tints of Buddha Gold #BFA317

RGB

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

 GREEN value IS 163 (64.06% from 255) = 43.24%

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

R = 50.66%
G = 43.24%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#BFA317 (or 0xBFA317) is known color: Buddha Gold. HEX triplet: BF, A3 and 17. RGB value is (191,163,23). Sum of RGB (Red+Green+Blue) = 191+163+23=377 (49% of max value = 765). Red value is 191 (75% from 255 or 50.66% from 377); Green value is 163 (64.06% from 255 or 43.24% from 377); Blue value is 23 (9.38% from 255 or 6.10% from 377); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA317 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA317 is #405CE8. Grayscale: #9C9C9C. Windows color (decimal): -4218089 or 1549247. OLE color: 1549247.

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

Color convert

RGB 191 163 23 -
CMYK 0 0.15 0.88 0.25
HSL 50º 0.79% 0.42% -
HSV(B) 50º 0.88% 0.75% -
XYZ 34.74 37.33 6.19 -
YUV 155.41 53.28 153.38 -
System Red Green Blue C M Y K H S L
Decimal 191 163 23 0 0.15 0.88 0.25 50 0.79 0.42
Hex BF A3 17 0 F 58 19 32 4F 2A
Octal 277 243 27 0 17 130 31 62 117 52
Binary 10111111 10100011 10111 0 1111 1011000 11001 110010 1001111 101010

Color Harmonies of #BFA317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA317

Black with #BFA317

Text Example


Text Example

White with #BFA317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA317; }

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

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

background-color css

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

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

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

border-color css

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

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

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