Html Css Color HEX #BFA316 Buddha Gold

📋 copy color: '#BFA316'

red 191 ◦ green 163 ◦ blue 22

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

Shades of Buddha Gold #BFA316

Tints of Buddha Gold #BFA316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.85%

R = 50.8%
G = 43.35%
B = 5.85%

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

#BFA316 (or 0xBFA316) is known color: Buddha Gold. HEX triplet: BF, A3 and 16. RGB value is (191,163,22). Sum of RGB (Red+Green+Blue) = 191+163+22=376 (49% of max value = 765). Red value is 191 (75% from 255 or 50.80% from 376); Green value is 163 (64.06% from 255 or 43.35% from 376); Blue value is 22 (8.98% from 255 or 5.85% from 376); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA316 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA316 is #405CE9. Grayscale: #9B9B9B. Windows color (decimal): -4218090 or 1483711. OLE color: 1483711.

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

Color convert

RGB 191 163 22 -
CMYK 0 0.15 0.88 0.25
HSL 50.06º 0.79% 0.42% -
HSV(B) 50.06º 0.88% 0.75% -
XYZ 34.73 37.33 6.13 -
YUV 155.3 52.78 153.46 -
System Red Green Blue C M Y K H S L
Decimal 191 163 22 0 0.15 0.88 0.25 50.06 0.79 0.42
Hex BF A3 16 0 F 58 19 32 4F 2A
Octal 277 243 26 0 17 130 31 62 117 52
Binary 10111111 10100011 10110 0 1111 1011000 11001 110010 1001111 101010

Color Harmonies of #BFA316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA316

Black with #BFA316

Text Example


Text Example

White with #BFA316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA316; }

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

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

background-color css

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

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

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

border-color css

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

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

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