Html Css Color HEX #BF8F19 Buddha Gold

📋 copy color: '#BF8F19'

red 191 ◦ green 143 ◦ blue 25

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

Shades of Buddha Gold #BF8F19

Tints of Buddha Gold #BF8F19

RGB

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

 GREEN value IS 143 (56.25% from 255) = 39.83%

 BLUE value IS 25 (10.16% from 255) = 6.96%

R = 53.2%
G = 39.83%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BF8F19 (or 0xBF8F19) is known color: Buddha Gold. HEX triplet: BF, 8F and 19. RGB value is (191,143,25). Sum of RGB (Red+Green+Blue) = 191+143+25=359 (47% of max value = 765). Red value is 191 (75% from 255 or 53.20% from 359); Green value is 143 (56.25% from 255 or 39.83% from 359); Blue value is 25 (10.16% from 255 or 6.96% from 359); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8F19 is #4070E6. Grayscale: #909090. Windows color (decimal): -4223207 or 1675199. OLE color: 1675199.

HSL color Cylindrical-coordinate representation of color #BF8F19: hue angle of 42.65º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF8F19 is Cyan = 0, Magento = 0.25, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 143 25 -
CMYK 0 0.25 0.87 0.25
HSL 42.65º 0.77% 0.42% -
HSV(B) 42.65º 0.87% 0.75% -
XYZ 31.48 30.79 5.2 -
YUV 143.9 60.9 161.59 -
System Red Green Blue C M Y K H S L
Decimal 191 143 25 0 0.25 0.87 0.25 42.65 0.77 0.42
Hex BF 8F 19 0 19 57 19 2B 4D 2A
Octal 277 217 31 0 31 127 31 53 115 52
Binary 10111111 10001111 11001 0 11001 1010111 11001 101011 1001101 101010

Color Harmonies of #BF8F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8F19

Black with #BF8F19

Text Example


Text Example

White with #BF8F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8F19; }

 p { color: rgb(191,143,25); }

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

background-color css

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

 a { background-color: rgb(191,143,25); }

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

border-color css

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

 span { border-color: rgb(191,143,25); }

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