Html Css Color HEX #BE9211 Buddha Gold

📋 copy color: '#BE9211'

red 190 ◦ green 146 ◦ blue 17

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

Shades of Buddha Gold #BE9211

Tints of Buddha Gold #BE9211

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.36%

 BLUE value IS 17 (7.03% from 255) = 4.82%

R = 53.82%
G = 41.36%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BE9211 (or 0xBE9211) is known color: Buddha Gold. HEX triplet: BE, 92 and 11. RGB value is (190,146,17). Sum of RGB (Red+Green+Blue) = 190+146+17=353 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.82% from 353); Green value is 146 (57.42% from 255 or 41.36% from 353); Blue value is 17 (7.03% from 255 or 4.82% from 353); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE9211 is #416DEE. Grayscale: #919191. Windows color (decimal): -4287983 or 1151678. OLE color: 1151678.

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

Color convert

RGB 190 146 17 -
CMYK 0 0.23 0.91 0.25
HSL 44.74º 0.84% 0.41% -
HSV(B) 44.74º 0.91% 0.75% -
XYZ 31.62 31.55 4.95 -
YUV 144.45 56.08 160.49 -
System Red Green Blue C M Y K H S L
Decimal 190 146 17 0 0.23 0.91 0.25 44.74 0.84 0.41
Hex BE 92 11 0 17 5B 19 2D 54 29
Octal 276 222 21 0 27 133 31 55 124 51
Binary 10111110 10010010 10001 0 10111 1011011 11001 101101 1010100 101001

Color Harmonies of #BE9211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9211

Black with #BE9211

Text Example


Text Example

White with #BE9211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9211; }

 p { color: rgb(190,146,17); }

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

background-color css

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

 a { background-color: rgb(190,146,17); }

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

border-color css

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

 span { border-color: rgb(190,146,17); }

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