Html Css Color HEX #BE970E Buddha Gold

📋 copy color: '#BE970E'

red 190 ◦ green 151 ◦ blue 14

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

Shades of Buddha Gold #BE970E

Tints of Buddha Gold #BE970E

RGB

 RED value IS 190 (74.61% from 255) = 53.52%

 GREEN value IS 151 (59.38% from 255) = 42.54%

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

R = 53.52%
G = 42.54%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BE970E (or 0xBE970E) is known color: Buddha Gold. HEX triplet: BE, 97 and 0E. RGB value is (190,151,14). Sum of RGB (Red+Green+Blue) = 190+151+14=355 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.52% from 355); Green value is 151 (59.38% from 255 or 42.54% from 355); Blue value is 14 (5.86% from 255 or 3.94% from 355); Max value from RGB is 190 - color contains mainly: red. Hex color #BE970E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE970E is #4168F1. Grayscale: #939393. Windows color (decimal): -4286706 or 956350. OLE color: 956350.

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

Color convert

RGB 190 151 14 -
CMYK 0 0.21 0.93 0.25
HSL 46.7º 0.86% 0.4% -
HSV(B) 46.7º 0.93% 0.75% -
XYZ 32.38 33.11 5.1 -
YUV 147.04 52.92 158.64 -
System Red Green Blue C M Y K H S L
Decimal 190 151 14 0 0.21 0.93 0.25 46.7 0.86 0.4
Hex BE 97 E 0 15 5D 19 2F 56 28
Octal 276 227 16 0 25 135 31 57 126 50
Binary 10111110 10010111 1110 0 10101 1011101 11001 101111 1010110 101000

Color Harmonies of #BE970E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE970E

Black with #BE970E

Text Example


Text Example

White with #BE970E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE970E; }

 p { color: rgb(190,151,14); }

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

background-color css

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

 a { background-color: rgb(190,151,14); }

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

border-color css

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

 span { border-color: rgb(190,151,14); }

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