Html Css Color HEX #BE991A Buddha Gold

📋 copy color: '#BE991A'

red 190 ◦ green 153 ◦ blue 26

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

Shades of Buddha Gold #BE991A

Tints of Buddha Gold #BE991A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.05%

R = 51.49%
G = 41.46%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BE991A (or 0xBE991A) is known color: Buddha Gold. HEX triplet: BE, 99 and 1A. RGB value is (190,153,26). Sum of RGB (Red+Green+Blue) = 190+153+26=369 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.49% from 369); Green value is 153 (60.16% from 255 or 41.46% from 369); Blue value is 26 (10.55% from 255 or 7.05% from 369); Max value from RGB is 190 - color contains mainly: red. Hex color #BE991A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE991A is #4166E5. Grayscale: #969696. Windows color (decimal): -4286182 or 1743294. OLE color: 1743294.

HSL color Cylindrical-coordinate representation of color #BE991A: hue angle of 46.46º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE991A is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 153 26 -
CMYK 0 0.19 0.86 0.25
HSL 46.46º 0.76% 0.42% -
HSV(B) 46.46º 0.86% 0.75% -
XYZ 32.81 33.8 5.77 -
YUV 149.59 58.26 156.83 -
System Red Green Blue C M Y K H S L
Decimal 190 153 26 0 0.19 0.86 0.25 46.46 0.76 0.42
Hex BE 99 1A 0 13 56 19 2E 4C 2A
Octal 276 231 32 0 23 126 31 56 114 52
Binary 10111110 10011001 11010 0 10011 1010110 11001 101110 1001100 101010

Color Harmonies of #BE991A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE991A

Black with #BE991A

Text Example


Text Example

White with #BE991A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE991A; }

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

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

background-color css

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

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

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

border-color css

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

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

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