Html Css Color HEX #BE9C18 Buddha Gold

📋 copy color: '#BE9C18'

red 190 ◦ green 156 ◦ blue 24

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

Shades of Buddha Gold #BE9C18

Tints of Buddha Gold #BE9C18

RGB

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

 GREEN value IS 156 (61.33% from 255) = 42.16%

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

R = 51.35%
G = 42.16%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BE9C18 (or 0xBE9C18) is known color: Buddha Gold. HEX triplet: BE, 9C and 18. RGB value is (190,156,24). Sum of RGB (Red+Green+Blue) = 190+156+24=370 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.35% from 370); Green value is 156 (61.33% from 255 or 42.16% from 370); Blue value is 24 (9.77% from 255 or 6.49% from 370); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9C18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE9C18 is #4163E7. Grayscale: #979797. Windows color (decimal): -4285416 or 1612990. OLE color: 1612990.

HSL color Cylindrical-coordinate representation of color #BE9C18: hue angle of 47.71º 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 #BE9C18 is Cyan = 0, Magento = 0.18, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 156 24 -
CMYK 0 0.18 0.87 0.25
HSL 47.71º 0.78% 0.42% -
HSV(B) 47.71º 0.87% 0.75% -
XYZ 33.29 34.79 5.82 -
YUV 151.12 56.26 155.73 -
System Red Green Blue C M Y K H S L
Decimal 190 156 24 0 0.18 0.87 0.25 47.71 0.78 0.42
Hex BE 9C 18 0 12 57 19 30 4E 2A
Octal 276 234 30 0 22 127 31 60 116 52
Binary 10111110 10011100 11000 0 10010 1010111 11001 110000 1001110 101010

Color Harmonies of #BE9C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9C18

Black with #BE9C18

Text Example


Text Example

White with #BE9C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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