Html Css Color HEX #BF9E14 Buddha Gold

📋 copy color: '#BF9E14'

red 191 ◦ green 158 ◦ blue 20

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

Shades of Buddha Gold #BF9E14

Tints of Buddha Gold #BF9E14

RGB

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

 GREEN value IS 158 (62.11% from 255) = 42.82%

 BLUE value IS 20 (8.2% from 255) = 5.42%

R = 51.76%
G = 42.82%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BF9E14 (or 0xBF9E14) is known color: Buddha Gold. HEX triplet: BF, 9E and 14. RGB value is (191,158,20). Sum of RGB (Red+Green+Blue) = 191+158+20=369 (48% of max value = 765). Red value is 191 (75% from 255 or 51.76% from 369); Green value is 158 (62.11% from 255 or 42.82% from 369); Blue value is 20 (8.20% from 255 or 5.42% from 369); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9E14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF9E14 is #4061EB. Grayscale: #989898. Windows color (decimal): -4219372 or 1351359. OLE color: 1351359.

HSL color Cylindrical-coordinate representation of color #BF9E14: hue angle of 48.42º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF9E14 is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 158 20 -
CMYK 0 0.17 0.90 0.25
HSL 48.42º 0.81% 0.41% -
HSV(B) 48.42º 0.9% 0.75% -
XYZ 33.84 35.58 5.75 -
YUV 152.14 53.43 155.72 -
System Red Green Blue C M Y K H S L
Decimal 191 158 20 0 0.17 0.90 0.25 48.42 0.81 0.41
Hex BF 9E 14 0 11 5A 19 30 51 29
Octal 277 236 24 0 21 132 31 60 121 51
Binary 10111111 10011110 10100 0 10001 1011010 11001 110000 1010001 101001

Color Harmonies of #BF9E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9E14

Black with #BF9E14

Text Example


Text Example

White with #BF9E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9E14; }

 p { color: rgb(191,158,20); }

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

background-color css

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

 a { background-color: rgb(191,158,20); }

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

border-color css

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

 span { border-color: rgb(191,158,20); }

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