Html Css Color HEX #BF9E01 Buddha Gold

📋 copy color: '#BF9E01'

red 191 ◦ green 158 ◦ blue 1

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

Shades of Buddha Gold #BF9E01

Tints of Buddha Gold #BF9E01

RGB

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

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

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

R = 54.57%
G = 45.14%
B = 0.29%

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

#BF9E01 (or 0xBF9E01) is known color: Buddha Gold. HEX triplet: BF, 9E and 01. RGB value is (191,158,1). Sum of RGB (Red+Green+Blue) = 191+158+1=350 (46% of max value = 765). Red value is 191 (75% from 255 or 54.57% from 350); Green value is 158 (62.11% from 255 or 45.14% from 350); Blue value is 1 (0.78% from 255 or 0.29% from 350); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9E01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF9E01 is #4061FE. Grayscale: #969696. Windows color (decimal): -4219391 or 106175. OLE color: 106175.

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

Color convert

RGB 191 158 1 -
CMYK 0 0.17 0.99 0.25
HSL 49.58º 0.99% 0.38% -
HSV(B) 49.58º 0.99% 0.75% -
XYZ 33.72 35.53 5.11 -
YUV 149.97 43.93 157.27 -
System Red Green Blue C M Y K H S L
Decimal 191 158 1 0 0.17 0.99 0.25 49.58 0.99 0.38
Hex BF 9E 1 0 11 63 19 32 63 26
Octal 277 236 1 0 21 143 31 62 143 46
Binary 10111111 10011110 1 0 10001 1100011 11001 110010 1100011 100110

Color Harmonies of #BF9E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9E01

Black with #BF9E01

Text Example


Text Example

White with #BF9E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9E01; }

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

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

background-color css

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

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

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

border-color css

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

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

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