Html Css Color HEX #BF9E0E Buddha Gold

📋 copy color: '#BF9E0E'

red 191 ◦ green 158 ◦ blue 14

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

Shades of Buddha Gold #BF9E0E

Tints of Buddha Gold #BF9E0E

RGB

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

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

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

R = 52.62%
G = 43.53%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BF9E0E (or 0xBF9E0E) is known color: Buddha Gold. HEX triplet: BF, 9E and 0E. RGB value is (191,158,14). Sum of RGB (Red+Green+Blue) = 191+158+14=363 (48% of max value = 765). Red value is 191 (75% from 255 or 52.62% from 363); Green value is 158 (62.11% from 255 or 43.53% from 363); Blue value is 14 (5.86% from 255 or 3.86% from 363); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9E0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF9E0E is #4061F1. Grayscale: #989898. Windows color (decimal): -4219378 or 958143. OLE color: 958143.

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

Color convert

RGB 191 158 14 -
CMYK 0 0.17 0.93 0.25
HSL 48.81º 0.86% 0.4% -
HSV(B) 48.81º 0.93% 0.75% -
XYZ 33.79 35.56 5.5 -
YUV 151.45 50.43 156.21 -
System Red Green Blue C M Y K H S L
Decimal 191 158 14 0 0.17 0.93 0.25 48.81 0.86 0.4
Hex BF 9E E 0 11 5D 19 31 56 28
Octal 277 236 16 0 21 135 31 61 126 50
Binary 10111111 10011110 1110 0 10001 1011101 11001 110001 1010110 101000

Color Harmonies of #BF9E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9E0E

Black with #BF9E0E

Text Example


Text Example

White with #BF9E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9E0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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