Html Css Color HEX #BF9D1F Buddha Gold

📋 copy color: '#BF9D1F'

red 191 ◦ green 157 ◦ blue 31

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

Shades of Buddha Gold #BF9D1F

Tints of Buddha Gold #BF9D1F

RGB

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

 GREEN value IS 157 (61.72% from 255) = 41.42%

 BLUE value IS 31 (12.5% from 255) = 8.18%

R = 50.4%
G = 41.42%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BF9D1F (or 0xBF9D1F) is known color: Buddha Gold. HEX triplet: BF, 9D and 1F. RGB value is (191,157,31). Sum of RGB (Red+Green+Blue) = 191+157+31=379 (50% of max value = 765). Red value is 191 (75% from 255 or 50.40% from 379); Green value is 157 (61.72% from 255 or 41.42% from 379); Blue value is 31 (12.5% from 255 or 8.18% from 379); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9D1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9D1F is #4062E0. Grayscale: #999999. Windows color (decimal): -4219617 or 2071999. OLE color: 2071999.

HSL color Cylindrical-coordinate representation of color #BF9D1F: hue angle of 47.25º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BF9D1F is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 157 31 -
CMYK 0 0.18 0.84 0.25
HSL 47.25º 0.72% 0.44% -
HSV(B) 47.25º 0.84% 0.75% -
XYZ 33.79 35.29 6.33 -
YUV 152.8 59.26 155.25 -
System Red Green Blue C M Y K H S L
Decimal 191 157 31 0 0.18 0.84 0.25 47.25 0.72 0.44
Hex BF 9D 1F 0 12 54 19 2F 48 2C
Octal 277 235 37 0 22 124 31 57 110 54
Binary 10111111 10011101 11111 0 10010 1010100 11001 101111 1001000 101100

Color Harmonies of #BF9D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9D1F

Black with #BF9D1F

Text Example


Text Example

White with #BF9D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9D1F; }

 p { color: rgb(191,157,31); }

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

background-color css

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

 a { background-color: rgb(191,157,31); }

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

border-color css

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

 span { border-color: rgb(191,157,31); }

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