Html Css Color HEX #BE960D Buddha Gold

📋 copy color: '#BE960D'

red 190 ◦ green 150 ◦ blue 13

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

Shades of Buddha Gold #BE960D

Tints of Buddha Gold #BE960D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.49%

 BLUE value IS 13 (5.47% from 255) = 3.68%

R = 53.82%
G = 42.49%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BE960D (or 0xBE960D) is known color: Buddha Gold. HEX triplet: BE, 96 and 0D. RGB value is (190,150,13). Sum of RGB (Red+Green+Blue) = 190+150+13=353 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.82% from 353); Green value is 150 (58.98% from 255 or 42.49% from 353); Blue value is 13 (5.47% from 255 or 3.68% from 353); Max value from RGB is 190 - color contains mainly: red. Hex color #BE960D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE960D is #4169F2. Grayscale: #929292. Windows color (decimal): -4286963 or 890558. OLE color: 890558.

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

Color convert

RGB 190 150 13 -
CMYK 0 0.21 0.93 0.25
HSL 46.44º 0.87% 0.4% -
HSV(B) 46.44º 0.93% 0.75% -
XYZ 32.21 32.79 5.01 -
YUV 146.34 52.75 159.14 -
System Red Green Blue C M Y K H S L
Decimal 190 150 13 0 0.21 0.93 0.25 46.44 0.87 0.4
Hex BE 96 D 0 15 5D 19 2E 57 28
Octal 276 226 15 0 25 135 31 56 127 50
Binary 10111110 10010110 1101 0 10101 1011101 11001 101110 1010111 101000

Color Harmonies of #BE960D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE960D

Black with #BE960D

Text Example


Text Example

White with #BE960D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE960D; }

 p { color: rgb(190,150,13); }

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

background-color css

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

 a { background-color: rgb(190,150,13); }

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

border-color css

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

 span { border-color: rgb(190,150,13); }

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