Html Css Color HEX #BF930F Buddha Gold

📋 copy color: '#BF930F'

red 191 ◦ green 147 ◦ blue 15

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

Shades of Buddha Gold #BF930F

Tints of Buddha Gold #BF930F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.64%

 BLUE value IS 15 (6.25% from 255) = 4.25%

R = 54.11%
G = 41.64%
B = 4.25%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BF930F (or 0xBF930F) is known color: Buddha Gold. HEX triplet: BF, 93 and 0F. RGB value is (191,147,15). Sum of RGB (Red+Green+Blue) = 191+147+15=353 (46% of max value = 765). Red value is 191 (75% from 255 or 54.11% from 353); Green value is 147 (57.81% from 255 or 41.64% from 353); Blue value is 15 (6.25% from 255 or 4.25% from 353); Max value from RGB is 191 - color contains mainly: red. Hex color #BF930F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF930F is #406CF0. Grayscale: #919191. Windows color (decimal): -4222193 or 1020863. OLE color: 1020863.

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

Color convert

RGB 191 147 15 -
CMYK 0 0.23 0.92 0.25
HSL 45º 0.85% 0.4% -
HSV(B) 45º 0.92% 0.75% -
XYZ 32.01 31.98 4.94 -
YUV 145.11 54.58 160.73 -
System Red Green Blue C M Y K H S L
Decimal 191 147 15 0 0.23 0.92 0.25 45 0.85 0.4
Hex BF 93 F 0 17 5C 19 2D 55 28
Octal 277 223 17 0 27 134 31 55 125 50
Binary 10111111 10010011 1111 0 10111 1011100 11001 101101 1010101 101000

Color Harmonies of #BF930F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF930F

Black with #BF930F

Text Example


Text Example

White with #BF930F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF930F; }

 p { color: rgb(191,147,15); }

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

background-color css

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

 a { background-color: rgb(191,147,15); }

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

border-color css

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

 span { border-color: rgb(191,147,15); }

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