Html Css Color HEX #BF9A14 Buddha Gold

📋 copy color: '#BF9A14'

red 191 ◦ green 154 ◦ blue 20

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

Shades of Buddha Gold #BF9A14

Tints of Buddha Gold #BF9A14

RGB

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

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

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

R = 52.33%
G = 42.19%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BF9A14 (or 0xBF9A14) is known color: Buddha Gold. HEX triplet: BF, 9A and 14. RGB value is (191,154,20). Sum of RGB (Red+Green+Blue) = 191+154+20=365 (48% of max value = 765). Red value is 191 (75% from 255 or 52.33% from 365); Green value is 154 (60.55% from 255 or 42.19% from 365); Blue value is 20 (8.20% from 255 or 5.48% from 365); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9A14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF9A14 is #4065EB. Grayscale: #969696. Windows color (decimal): -4220396 or 1350335. OLE color: 1350335.

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

Color convert

RGB 191 154 20 -
CMYK 0 0.19 0.90 0.25
HSL 47.02º 0.81% 0.41% -
HSV(B) 47.02º 0.9% 0.75% -
XYZ 33.17 34.24 5.52 -
YUV 149.79 54.76 157.4 -
System Red Green Blue C M Y K H S L
Decimal 191 154 20 0 0.19 0.90 0.25 47.02 0.81 0.41
Hex BF 9A 14 0 13 5A 19 2F 51 29
Octal 277 232 24 0 23 132 31 57 121 51
Binary 10111111 10011010 10100 0 10011 1011010 11001 101111 1010001 101001

Color Harmonies of #BF9A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9A14

Black with #BF9A14

Text Example


Text Example

White with #BF9A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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