Html Css Color HEX #BF9A07 Buddha Gold

📋 copy color: '#BF9A07'

red 191 ◦ green 154 ◦ blue 7

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

Shades of Buddha Gold #BF9A07

Tints of Buddha Gold #BF9A07

RGB

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

 GREEN value IS 154 (60.55% from 255) = 43.75%

 BLUE value IS 7 (3.13% from 255) = 1.99%

R = 54.26%
G = 43.75%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BF9A07 (or 0xBF9A07) is known color: Buddha Gold. HEX triplet: BF, 9A and 07. RGB value is (191,154,7). Sum of RGB (Red+Green+Blue) = 191+154+7=352 (46% of max value = 765). Red value is 191 (75% from 255 or 54.26% from 352); Green value is 154 (60.55% from 255 or 43.75% from 352); Blue value is 7 (3.12% from 255 or 1.99% from 352); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9A07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF9A07 is #4065F8. Grayscale: #949494. Windows color (decimal): -4220409 or 498367. OLE color: 498367.

HSL color Cylindrical-coordinate representation of color #BF9A07: hue angle of 47.93º degrees, saturation: 0.93, 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 #BF9A07 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 154 7 -
CMYK 0 0.19 0.96 0.25
HSL 47.93º 0.93% 0.39% -
HSV(B) 47.93º 0.96% 0.75% -
XYZ 33.08 34.2 5.06 -
YUV 148.31 48.26 158.45 -
System Red Green Blue C M Y K H S L
Decimal 191 154 7 0 0.19 0.96 0.25 47.93 0.93 0.39
Hex BF 9A 7 0 13 60 19 30 5D 27
Octal 277 232 7 0 23 140 31 60 135 47
Binary 10111111 10011010 111 0 10011 1100000 11001 110000 1011101 100111

Color Harmonies of #BF9A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9A07

Black with #BF9A07

Text Example


Text Example

White with #BF9A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9A07; }

 p { color: rgb(191,154,7); }

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

background-color css

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

 a { background-color: rgb(191,154,7); }

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

border-color css

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

 span { border-color: rgb(191,154,7); }

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