Html Css Color HEX #BFA609 Buddha Gold

📋 copy color: '#BFA609'

red 191 ◦ green 166 ◦ blue 9

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

Shades of Buddha Gold #BFA609

Tints of Buddha Gold #BFA609

RGB

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

 GREEN value IS 166 (65.23% from 255) = 45.36%

 BLUE value IS 9 (3.91% from 255) = 2.46%

R = 52.19%
G = 45.36%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#BFA609 (or 0xBFA609) is known color: Buddha Gold. HEX triplet: BF, A6 and 09. RGB value is (191,166,9). Sum of RGB (Red+Green+Blue) = 191+166+9=366 (48% of max value = 765). Red value is 191 (75% from 255 or 52.19% from 366); Green value is 166 (65.23% from 255 or 45.36% from 366); Blue value is 9 (3.91% from 255 or 2.46% from 366); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA609 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA609 is #4059F6. Grayscale: #9C9C9C. Windows color (decimal): -4217335 or 632511. OLE color: 632511.

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

Color convert

RGB 191 166 9 -
CMYK 0 0.13 0.95 0.25
HSL 51.76º 0.91% 0.39% -
HSV(B) 51.76º 0.95% 0.75% -
XYZ 35.17 38.37 5.81 -
YUV 155.58 45.28 153.27 -
System Red Green Blue C M Y K H S L
Decimal 191 166 9 0 0.13 0.95 0.25 51.76 0.91 0.39
Hex BF A6 9 0 D 5F 19 34 5B 27
Octal 277 246 11 0 15 137 31 64 133 47
Binary 10111111 10100110 1001 0 1101 1011111 11001 110100 1011011 100111

Color Harmonies of #BFA609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA609

Black with #BFA609

Text Example


Text Example

White with #BFA609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA609; }

 p { color: rgb(191,166,9); }

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

background-color css

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

 a { background-color: rgb(191,166,9); }

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

border-color css

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

 span { border-color: rgb(191,166,9); }

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