Html Css Color HEX #BE970A Buddha Gold

📋 copy color: '#BE970A'

red 190 ◦ green 151 ◦ blue 10

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

Shades of Buddha Gold #BE970A

Tints of Buddha Gold #BE970A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.85%

R = 54.13%
G = 43.02%
B = 2.85%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#BE970A (or 0xBE970A) is known color: Buddha Gold. HEX triplet: BE, 97 and 0A. RGB value is (190,151,10). Sum of RGB (Red+Green+Blue) = 190+151+10=351 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.13% from 351); Green value is 151 (59.38% from 255 or 43.02% from 351); Blue value is 10 (4.30% from 255 or 2.85% from 351); Max value from RGB is 190 - color contains mainly: red. Hex color #BE970A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE970A is #4168F5. Grayscale: #939393. Windows color (decimal): -4286710 or 694206. OLE color: 694206.

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

Color convert

RGB 190 151 10 -
CMYK 0 0.21 0.95 0.25
HSL 47º 0.9% 0.39% -
HSV(B) 47º 0.95% 0.75% -
XYZ 32.36 33.1 4.97 -
YUV 146.59 50.92 158.96 -
System Red Green Blue C M Y K H S L
Decimal 190 151 10 0 0.21 0.95 0.25 47 0.9 0.39
Hex BE 97 A 0 15 5F 19 2F 5A 27
Octal 276 227 12 0 25 137 31 57 132 47
Binary 10111110 10010111 1010 0 10101 1011111 11001 101111 1011010 100111

Color Harmonies of #BE970A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE970A

Black with #BE970A

Text Example


Text Example

White with #BE970A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE970A; }

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

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

background-color css

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

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

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

border-color css

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

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

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