Html Css Color HEX #BE9A18 Buddha Gold

📋 copy color: '#BE9A18'

red 190 ◦ green 154 ◦ blue 24

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

Shades of Buddha Gold #BE9A18

Tints of Buddha Gold #BE9A18

RGB

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

 GREEN value IS 154 (60.55% from 255) = 41.85%

 BLUE value IS 24 (9.77% from 255) = 6.52%

R = 51.63%
G = 41.85%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BE9A18 (or 0xBE9A18) is known color: Buddha Gold. HEX triplet: BE, 9A and 18. RGB value is (190,154,24). Sum of RGB (Red+Green+Blue) = 190+154+24=368 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.63% from 368); Green value is 154 (60.55% from 255 or 41.85% from 368); Blue value is 24 (9.77% from 255 or 6.52% from 368); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9A18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE9A18 is #4165E7. Grayscale: #969696. Windows color (decimal): -4285928 or 1612478. OLE color: 1612478.

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

Color convert

RGB 190 154 24 -
CMYK 0 0.19 0.87 0.25
HSL 46.99º 0.78% 0.42% -
HSV(B) 46.99º 0.87% 0.75% -
XYZ 32.96 34.12 5.71 -
YUV 149.94 56.93 156.57 -
System Red Green Blue C M Y K H S L
Decimal 190 154 24 0 0.19 0.87 0.25 46.99 0.78 0.42
Hex BE 9A 18 0 13 57 19 2F 4E 2A
Octal 276 232 30 0 23 127 31 57 116 52
Binary 10111110 10011010 11000 0 10011 1010111 11001 101111 1001110 101010

Color Harmonies of #BE9A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9A18

Black with #BE9A18

Text Example


Text Example

White with #BE9A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9A18; }

 p { color: rgb(190,154,24); }

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

background-color css

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

 a { background-color: rgb(190,154,24); }

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

border-color css

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

 span { border-color: rgb(190,154,24); }

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