Html Css Color HEX #BF9F01 Buddha Gold

📋 copy color: '#BF9F01'

red 191 ◦ green 159 ◦ blue 1

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

Shades of Buddha Gold #BF9F01

Tints of Buddha Gold #BF9F01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 54.42%
G = 45.3%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BF9F01 (or 0xBF9F01) is known color: Buddha Gold. HEX triplet: BF, 9F and 01. RGB value is (191,159,1). Sum of RGB (Red+Green+Blue) = 191+159+1=351 (46% of max value = 765). Red value is 191 (75% from 255 or 54.42% from 351); Green value is 159 (62.5% from 255 or 45.30% from 351); Blue value is 1 (0.78% from 255 or 0.28% from 351); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9F01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF9F01 is #4060FE. Grayscale: #979797. Windows color (decimal): -4219135 or 106431. OLE color: 106431.

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

Color convert

RGB 191 159 1 -
CMYK 0 0.17 0.99 0.25
HSL 49.89º 0.99% 0.38% -
HSV(B) 49.89º 0.99% 0.75% -
XYZ 33.89 35.87 5.17 -
YUV 150.56 43.6 156.85 -
System Red Green Blue C M Y K H S L
Decimal 191 159 1 0 0.17 0.99 0.25 49.89 0.99 0.38
Hex BF 9F 1 0 11 63 19 32 63 26
Octal 277 237 1 0 21 143 31 62 143 46
Binary 10111111 10011111 1 0 10001 1100011 11001 110010 1100011 100110

Color Harmonies of #BF9F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9F01

Black with #BF9F01

Text Example


Text Example

White with #BF9F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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