Html Css Color HEX #BE9015 Buddha Gold

📋 copy color: '#BE9015'

red 190 ◦ green 144 ◦ blue 21

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

Shades of Buddha Gold #BE9015

Tints of Buddha Gold #BE9015

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40.56%

 BLUE value IS 21 (8.59% from 255) = 5.92%

R = 53.52%
G = 40.56%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BE9015 (or 0xBE9015) is known color: Buddha Gold. HEX triplet: BE, 90 and 15. RGB value is (190,144,21). Sum of RGB (Red+Green+Blue) = 190+144+21=355 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.52% from 355); Green value is 144 (56.64% from 255 or 40.56% from 355); Blue value is 21 (8.59% from 255 or 5.92% from 355); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE9015 is #416FEA. Grayscale: #909090. Windows color (decimal): -4288491 or 1413310. OLE color: 1413310.

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

Color convert

RGB 190 144 21 -
CMYK 0 0.24 0.89 0.25
HSL 43.67º 0.8% 0.41% -
HSV(B) 43.67º 0.89% 0.75% -
XYZ 31.34 30.95 5.03 -
YUV 143.73 58.74 161 -
System Red Green Blue C M Y K H S L
Decimal 190 144 21 0 0.24 0.89 0.25 43.67 0.8 0.41
Hex BE 90 15 0 18 59 19 2C 50 29
Octal 276 220 25 0 30 131 31 54 120 51
Binary 10111110 10010000 10101 0 11000 1011001 11001 101100 1010000 101001

Color Harmonies of #BE9015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9015

Black with #BE9015

Text Example


Text Example

White with #BE9015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9015; }

 p { color: rgb(190,144,21); }

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

background-color css

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

 a { background-color: rgb(190,144,21); }

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

border-color css

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

 span { border-color: rgb(190,144,21); }

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