Html Css Color HEX #BE990E Buddha Gold

📋 copy color: '#BE990E'

red 190 ◦ green 153 ◦ blue 14

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

Shades of Buddha Gold #BE990E

Tints of Buddha Gold #BE990E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.86%

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

R = 53.22%
G = 42.86%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BE990E (or 0xBE990E) is known color: Buddha Gold. HEX triplet: BE, 99 and 0E. RGB value is (190,153,14). Sum of RGB (Red+Green+Blue) = 190+153+14=357 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.22% from 357); Green value is 153 (60.16% from 255 or 42.86% from 357); Blue value is 14 (5.86% from 255 or 3.92% from 357); Max value from RGB is 190 - color contains mainly: red. Hex color #BE990E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE990E is #4166F1. Grayscale: #949494. Windows color (decimal): -4286194 or 956862. OLE color: 956862.

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

Color convert

RGB 190 153 14 -
CMYK 0 0.19 0.93 0.25
HSL 47.39º 0.86% 0.4% -
HSV(B) 47.39º 0.93% 0.75% -
XYZ 32.71 33.76 5.21 -
YUV 148.22 52.26 157.8 -
System Red Green Blue C M Y K H S L
Decimal 190 153 14 0 0.19 0.93 0.25 47.39 0.86 0.4
Hex BE 99 E 0 13 5D 19 2F 56 28
Octal 276 231 16 0 23 135 31 57 126 50
Binary 10111110 10011001 1110 0 10011 1011101 11001 101111 1010110 101000

Color Harmonies of #BE990E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE990E

Black with #BE990E

Text Example


Text Example

White with #BE990E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE990E; }

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

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

background-color css

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

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

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

border-color css

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

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

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