Html Css Color HEX #BFA31C Buddha Gold

📋 copy color: '#BFA31C'

red 191 ◦ green 163 ◦ blue 28

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

Shades of Buddha Gold #BFA31C

Tints of Buddha Gold #BFA31C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.33%

R = 50%
G = 42.67%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BFA31C (or 0xBFA31C) is known color: Buddha Gold. HEX triplet: BF, A3 and 1C. RGB value is (191,163,28). Sum of RGB (Red+Green+Blue) = 191+163+28=382 (50% of max value = 765). Red value is 191 (75% from 255 or 50% from 382); Green value is 163 (64.06% from 255 or 42.67% from 382); Blue value is 28 (11.33% from 255 or 7.33% from 382); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA31C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA31C is #405CE3. Grayscale: #9C9C9C. Windows color (decimal): -4218084 or 1876927. OLE color: 1876927.

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

Color convert

RGB 191 163 28 -
CMYK 0 0.15 0.85 0.25
HSL 49.69º 0.74% 0.43% -
HSV(B) 49.69º 0.85% 0.75% -
XYZ 34.79 37.35 6.47 -
YUV 155.98 55.78 152.98 -
System Red Green Blue C M Y K H S L
Decimal 191 163 28 0 0.15 0.85 0.25 49.69 0.74 0.43
Hex BF A3 1C 0 F 55 19 32 4A 2B
Octal 277 243 34 0 17 125 31 62 112 53
Binary 10111111 10100011 11100 0 1111 1010101 11001 110010 1001010 101011

Color Harmonies of #BFA31C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA31C

Black with #BFA31C

Text Example


Text Example

White with #BFA31C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA31C; }

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

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

background-color css

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

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

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

border-color css

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

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

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