Html Css Color HEX #BE970D Buddha Gold

📋 copy color: '#BE970D'

red 190 ◦ green 151 ◦ blue 13

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

Shades of Buddha Gold #BE970D

Tints of Buddha Gold #BE970D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.66%

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

R = 53.67%
G = 42.66%
B = 3.67%

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

#BE970D (or 0xBE970D) is known color: Buddha Gold. HEX triplet: BE, 97 and 0D. RGB value is (190,151,13). Sum of RGB (Red+Green+Blue) = 190+151+13=354 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.67% from 354); Green value is 151 (59.38% from 255 or 42.66% from 354); Blue value is 13 (5.47% from 255 or 3.67% from 354); Max value from RGB is 190 - color contains mainly: red. Hex color #BE970D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE970D is #4168F2. Grayscale: #939393. Windows color (decimal): -4286707 or 890814. OLE color: 890814.

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

Color convert

RGB 190 151 13 -
CMYK 0 0.21 0.93 0.25
HSL 46.78º 0.87% 0.4% -
HSV(B) 46.78º 0.93% 0.75% -
XYZ 32.37 33.11 5.07 -
YUV 146.93 52.42 158.72 -
System Red Green Blue C M Y K H S L
Decimal 190 151 13 0 0.21 0.93 0.25 46.78 0.87 0.4
Hex BE 97 D 0 15 5D 19 2F 57 28
Octal 276 227 15 0 25 135 31 57 127 50
Binary 10111110 10010111 1101 0 10101 1011101 11001 101111 1010111 101000

Color Harmonies of #BE970D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE970D

Black with #BE970D

Text Example


Text Example

White with #BE970D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE970D; }

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

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

background-color css

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

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

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

border-color css

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

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

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