Html Css Color HEX #BF9A0E Buddha Gold

📋 copy color: '#BF9A0E'

red 191 ◦ green 154 ◦ blue 14

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

Shades of Buddha Gold #BF9A0E

Tints of Buddha Gold #BF9A0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.9%

R = 53.2%
G = 42.9%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BF9A0E (or 0xBF9A0E) is known color: Buddha Gold. HEX triplet: BF, 9A and 0E. RGB value is (191,154,14). Sum of RGB (Red+Green+Blue) = 191+154+14=359 (47% of max value = 765). Red value is 191 (75% from 255 or 53.20% from 359); Green value is 154 (60.55% from 255 or 42.90% from 359); Blue value is 14 (5.86% from 255 or 3.90% from 359); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9A0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF9A0E is #4065F1. Grayscale: #959595. Windows color (decimal): -4220402 or 957119. OLE color: 957119.

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

Color convert

RGB 191 154 14 -
CMYK 0 0.19 0.93 0.25
HSL 47.46º 0.86% 0.4% -
HSV(B) 47.46º 0.93% 0.75% -
XYZ 33.12 34.22 5.27 -
YUV 149.1 51.76 157.88 -
System Red Green Blue C M Y K H S L
Decimal 191 154 14 0 0.19 0.93 0.25 47.46 0.86 0.4
Hex BF 9A E 0 13 5D 19 2F 56 28
Octal 277 232 16 0 23 135 31 57 126 50
Binary 10111111 10011010 1110 0 10011 1011101 11001 101111 1010110 101000

Color Harmonies of #BF9A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9A0E

Black with #BF9A0E

Text Example


Text Example

White with #BF9A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9A0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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