Html Css Color HEX #BFA108 Buddha Gold

📋 copy color: '#BFA108'

red 191 ◦ green 161 ◦ blue 8

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

Shades of Buddha Gold #BFA108

Tints of Buddha Gold #BFA108

RGB

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

 GREEN value IS 161 (63.28% from 255) = 44.72%

 BLUE value IS 8 (3.52% from 255) = 2.22%

R = 53.06%
G = 44.72%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BFA108 (or 0xBFA108) is known color: Buddha Gold. HEX triplet: BF, A1 and 08. RGB value is (191,161,8). Sum of RGB (Red+Green+Blue) = 191+161+8=360 (47% of max value = 765). Red value is 191 (75% from 255 or 53.06% from 360); Green value is 161 (63.28% from 255 or 44.72% from 360); Blue value is 8 (3.52% from 255 or 2.22% from 360); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA108 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA108 is #405EF7. Grayscale: #999999. Windows color (decimal): -4218616 or 565695. OLE color: 565695.

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

Color convert

RGB 191 161 8 -
CMYK 0 0.16 0.96 0.25
HSL 50.16º 0.92% 0.39% -
HSV(B) 50.16º 0.96% 0.75% -
XYZ 34.27 36.58 5.48 -
YUV 152.53 46.44 155.44 -
System Red Green Blue C M Y K H S L
Decimal 191 161 8 0 0.16 0.96 0.25 50.16 0.92 0.39
Hex BF A1 8 0 10 60 19 32 5C 27
Octal 277 241 10 0 20 140 31 62 134 47
Binary 10111111 10100001 1000 0 10000 1100000 11001 110010 1011100 100111

Color Harmonies of #BFA108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA108

Black with #BFA108

Text Example


Text Example

White with #BFA108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA108; }

 p { color: rgb(191,161,8); }

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

background-color css

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

 a { background-color: rgb(191,161,8); }

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

border-color css

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

 span { border-color: rgb(191,161,8); }

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