Html Css Color HEX #BF9E04 Buddha Gold

📋 copy color: '#BF9E04'

red 191 ◦ green 158 ◦ blue 4

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

Shades of Buddha Gold #BF9E04

Tints of Buddha Gold #BF9E04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.13%

R = 54.11%
G = 44.76%
B = 1.13%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#BF9E04 (or 0xBF9E04) is known color: Buddha Gold. HEX triplet: BF, 9E and 04. RGB value is (191,158,4). Sum of RGB (Red+Green+Blue) = 191+158+4=353 (46% of max value = 765). Red value is 191 (75% from 255 or 54.11% from 353); Green value is 158 (62.11% from 255 or 44.76% from 353); Blue value is 4 (1.95% from 255 or 1.13% from 353); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9E04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF9E04 is #4061FB. Grayscale: #969696. Windows color (decimal): -4219388 or 302783. OLE color: 302783.

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

Color convert

RGB 191 158 4 -
CMYK 0 0.17 0.98 0.25
HSL 49.41º 0.96% 0.38% -
HSV(B) 49.41º 0.98% 0.75% -
XYZ 33.73 35.54 5.2 -
YUV 150.31 45.43 157.02 -
System Red Green Blue C M Y K H S L
Decimal 191 158 4 0 0.17 0.98 0.25 49.41 0.96 0.38
Hex BF 9E 4 0 11 62 19 31 60 26
Octal 277 236 4 0 21 142 31 61 140 46
Binary 10111111 10011110 100 0 10001 1100010 11001 110001 1100000 100110

Color Harmonies of #BF9E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9E04

Black with #BF9E04

Text Example


Text Example

White with #BF9E04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9E04; }

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

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

background-color css

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

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

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

border-color css

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

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

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