Html Css Color HEX #BE941E Buddha Gold

📋 copy color: '#BE941E'

red 190 ◦ green 148 ◦ blue 30

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

Shades of Buddha Gold #BE941E

Tints of Buddha Gold #BE941E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.22%

 BLUE value IS 30 (12.11% from 255) = 8.15%

R = 51.63%
G = 40.22%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BE941E (or 0xBE941E) is known color: Buddha Gold. HEX triplet: BE, 94 and 1E. RGB value is (190,148,30). Sum of RGB (Red+Green+Blue) = 190+148+30=368 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.63% from 368); Green value is 148 (58.20% from 255 or 40.22% from 368); Blue value is 30 (12.11% from 255 or 8.15% from 368); Max value from RGB is 190 - color contains mainly: red. Hex color #BE941E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE941E is #416BE1. Grayscale: #939393. Windows color (decimal): -4287458 or 2004158. OLE color: 2004158.

HSL color Cylindrical-coordinate representation of color #BE941E: hue angle of 44.25º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BE941E is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 148 30 -
CMYK 0 0.22 0.84 0.25
HSL 44.25º 0.73% 0.43% -
HSV(B) 44.25º 0.84% 0.75% -
XYZ 32.06 32.22 5.76 -
YUV 147.11 61.91 158.59 -
System Red Green Blue C M Y K H S L
Decimal 190 148 30 0 0.22 0.84 0.25 44.25 0.73 0.43
Hex BE 94 1E 0 16 54 19 2C 49 2B
Octal 276 224 36 0 26 124 31 54 111 53
Binary 10111110 10010100 11110 0 10110 1010100 11001 101100 1001001 101011

Color Harmonies of #BE941E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE941E

Black with #BE941E

Text Example


Text Example

White with #BE941E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE941E; }

 p { color: rgb(190,148,30); }

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

background-color css

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

 a { background-color: rgb(190,148,30); }

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

border-color css

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

 span { border-color: rgb(190,148,30); }

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