Html Css Color HEX #BFA413 Buddha Gold

📋 copy color: '#BFA413'

red 191 ◦ green 164 ◦ blue 19

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

Shades of Buddha Gold #BFA413

Tints of Buddha Gold #BFA413

RGB

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

 GREEN value IS 164 (64.45% from 255) = 43.85%

 BLUE value IS 19 (7.81% from 255) = 5.08%

R = 51.07%
G = 43.85%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BFA413 (or 0xBFA413) is known color: Buddha Gold. HEX triplet: BF, A4 and 13. RGB value is (191,164,19). Sum of RGB (Red+Green+Blue) = 191+164+19=374 (49% of max value = 765). Red value is 191 (75% from 255 or 51.07% from 374); Green value is 164 (64.45% from 255 or 43.85% from 374); Blue value is 19 (7.81% from 255 or 5.08% from 374); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA413 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA413 is #405BEC. Grayscale: #9C9C9C. Windows color (decimal): -4217837 or 1287359. OLE color: 1287359.

HSL color Cylindrical-coordinate representation of color #BFA413: hue angle of 50.58º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BFA413 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 164 19 -
CMYK 0 0.14 0.90 0.25
HSL 50.58º 0.82% 0.41% -
HSV(B) 50.58º 0.9% 0.75% -
XYZ 34.88 37.67 6.05 -
YUV 155.54 50.95 153.29 -
System Red Green Blue C M Y K H S L
Decimal 191 164 19 0 0.14 0.90 0.25 50.58 0.82 0.41
Hex BF A4 13 0 E 5A 19 33 52 29
Octal 277 244 23 0 16 132 31 63 122 51
Binary 10111111 10100100 10011 0 1110 1011010 11001 110011 1010010 101001

Color Harmonies of #BFA413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA413

Black with #BFA413

Text Example


Text Example

White with #BFA413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA413; }

 p { color: rgb(191,164,19); }

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

background-color css

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

 a { background-color: rgb(191,164,19); }

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

border-color css

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

 span { border-color: rgb(191,164,19); }

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