Html Css Color HEX #BFA024 Buddha Gold

📋 copy color: '#BFA024'

red 191 ◦ green 160 ◦ blue 36

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

Shades of Buddha Gold #BFA024

Tints of Buddha Gold #BFA024

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.34%

 BLUE value IS 36 (14.45% from 255) = 9.3%

R = 49.35%
G = 41.34%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BFA024 (or 0xBFA024) is known color: Buddha Gold. HEX triplet: BF, A0 and 24. RGB value is (191,160,36). Sum of RGB (Red+Green+Blue) = 191+160+36=387 (51% of max value = 765). Red value is 191 (75% from 255 or 49.35% from 387); Green value is 160 (62.89% from 255 or 41.34% from 387); Blue value is 36 (14.45% from 255 or 9.30% from 387); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA024 is #405FDB. Grayscale: #9B9B9B. Windows color (decimal): -4218844 or 2400447. OLE color: 2400447.

HSL color Cylindrical-coordinate representation of color #BFA024: hue angle of 48º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BFA024 is Cyan = 0, Magento = 0.16, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 160 36 -
CMYK 0 0.16 0.81 0.25
HSL 48º 0.68% 0.45% -
HSV(B) 48º 0.81% 0.75% -
XYZ 34.38 36.35 6.87 -
YUV 155.13 60.77 153.58 -
System Red Green Blue C M Y K H S L
Decimal 191 160 36 0 0.16 0.81 0.25 48 0.68 0.45
Hex BF A0 24 0 10 51 19 30 44 2D
Octal 277 240 44 0 20 121 31 60 104 55
Binary 10111111 10100000 100100 0 10000 1010001 11001 110000 1000100 101101

Color Harmonies of #BFA024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA024

Black with #BFA024

Text Example


Text Example

White with #BFA024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA024; }

 p { color: rgb(191,160,36); }

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

background-color css

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

 a { background-color: rgb(191,160,36); }

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

border-color css

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

 span { border-color: rgb(191,160,36); }

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