Html Css Color HEX #BF9F0A Buddha Gold

📋 copy color: '#BF9F0A'

red 191 ◦ green 159 ◦ blue 10

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

Shades of Buddha Gold #BF9F0A

Tints of Buddha Gold #BF9F0A

RGB

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

 GREEN value IS 159 (62.5% from 255) = 44.17%

 BLUE value IS 10 (4.3% from 255) = 2.78%

R = 53.06%
G = 44.17%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#BF9F0A (or 0xBF9F0A) is known color: Buddha Gold. HEX triplet: BF, 9F and 0A. RGB value is (191,159,10). Sum of RGB (Red+Green+Blue) = 191+159+10=360 (47% of max value = 765). Red value is 191 (75% from 255 or 53.06% from 360); Green value is 159 (62.5% from 255 or 44.17% from 360); Blue value is 10 (4.30% from 255 or 2.78% from 360); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9F0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF9F0A is #4060F5. Grayscale: #989898. Windows color (decimal): -4219126 or 696255. OLE color: 696255.

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

Color convert

RGB 191 159 10 -
CMYK 0 0.17 0.95 0.25
HSL 49.39º 0.9% 0.39% -
HSV(B) 49.39º 0.95% 0.75% -
XYZ 33.94 35.89 5.43 -
YUV 151.58 48.1 156.12 -
System Red Green Blue C M Y K H S L
Decimal 191 159 10 0 0.17 0.95 0.25 49.39 0.9 0.39
Hex BF 9F A 0 11 5F 19 31 5A 27
Octal 277 237 12 0 21 137 31 61 132 47
Binary 10111111 10011111 1010 0 10001 1011111 11001 110001 1011010 100111

Color Harmonies of #BF9F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9F0A

Black with #BF9F0A

Text Example


Text Example

White with #BF9F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9F0A; }

 p { color: rgb(191,159,10); }

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

background-color css

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

 a { background-color: rgb(191,159,10); }

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

border-color css

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

 span { border-color: rgb(191,159,10); }

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