Html Css Color HEX #BE941C Buddha Gold

📋 copy color: '#BE941C'

red 190 ◦ green 148 ◦ blue 28

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

Shades of Buddha Gold #BE941C

Tints of Buddha Gold #BE941C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.65%

R = 51.91%
G = 40.44%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BE941C (or 0xBE941C) is known color: Buddha Gold. HEX triplet: BE, 94 and 1C. RGB value is (190,148,28). Sum of RGB (Red+Green+Blue) = 190+148+28=366 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.91% from 366); Green value is 148 (58.20% from 255 or 40.44% from 366); Blue value is 28 (11.33% from 255 or 7.65% from 366); Max value from RGB is 190 - color contains mainly: red. Hex color #BE941C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE941C is #416BE3. Grayscale: #939393. Windows color (decimal): -4287460 or 1873086. OLE color: 1873086.

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

Color convert

RGB 190 148 28 -
CMYK 0 0.22 0.85 0.25
HSL 44.44º 0.74% 0.43% -
HSV(B) 44.44º 0.85% 0.75% -
XYZ 32.03 32.21 5.63 -
YUV 146.88 60.91 158.76 -
System Red Green Blue C M Y K H S L
Decimal 190 148 28 0 0.22 0.85 0.25 44.44 0.74 0.43
Hex BE 94 1C 0 16 55 19 2C 4A 2B
Octal 276 224 34 0 26 125 31 54 112 53
Binary 10111110 10010100 11100 0 10110 1010101 11001 101100 1001010 101011

Color Harmonies of #BE941C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE941C

Black with #BE941C

Text Example


Text Example

White with #BE941C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE941C; }

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

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

background-color css

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

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

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

border-color css

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

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

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