Html Css Color HEX #BE9212 Buddha Gold

📋 copy color: '#BE9212'

red 190 ◦ green 146 ◦ blue 18

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

Shades of Buddha Gold #BE9212

Tints of Buddha Gold #BE9212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.08%

R = 53.67%
G = 41.24%
B = 5.08%

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

#BE9212 (or 0xBE9212) is known color: Buddha Gold. HEX triplet: BE, 92 and 12. RGB value is (190,146,18). Sum of RGB (Red+Green+Blue) = 190+146+18=354 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.67% from 354); Green value is 146 (57.42% from 255 or 41.24% from 354); Blue value is 18 (7.42% from 255 or 5.08% from 354); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE9212 is #416DED. Grayscale: #919191. Windows color (decimal): -4287982 or 1217214. OLE color: 1217214.

HSL color Cylindrical-coordinate representation of color #BE9212: hue angle of 44.65º degrees, saturation: 0.83, 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 #BE9212 is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 146 18 -
CMYK 0 0.23 0.91 0.25
HSL 44.65º 0.83% 0.41% -
HSV(B) 44.65º 0.91% 0.75% -
XYZ 31.62 31.55 5 -
YUV 144.56 56.58 160.41 -
System Red Green Blue C M Y K H S L
Decimal 190 146 18 0 0.23 0.91 0.25 44.65 0.83 0.41
Hex BE 92 12 0 17 5B 19 2D 53 29
Octal 276 222 22 0 27 133 31 55 123 51
Binary 10111110 10010010 10010 0 10111 1011011 11001 101101 1010011 101001

Color Harmonies of #BE9212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9212

Black with #BE9212

Text Example


Text Example

White with #BE9212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9212; }

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

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

background-color css

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

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

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

border-color css

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

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

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