Html Css Color HEX #BE971C Buddha Gold

📋 copy color: '#BE971C'

red 190 ◦ green 151 ◦ blue 28

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

Shades of Buddha Gold #BE971C

Tints of Buddha Gold #BE971C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.59%

R = 51.49%
G = 40.92%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BE971C (or 0xBE971C) is known color: Buddha Gold. HEX triplet: BE, 97 and 1C. RGB value is (190,151,28). Sum of RGB (Red+Green+Blue) = 190+151+28=369 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.49% from 369); Green value is 151 (59.38% from 255 or 40.92% from 369); Blue value is 28 (11.33% from 255 or 7.59% from 369); Max value from RGB is 190 - color contains mainly: red. Hex color #BE971C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE971C is #4168E3. Grayscale: #959595. Windows color (decimal): -4286692 or 1873854. OLE color: 1873854.

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

Color convert

RGB 190 151 28 -
CMYK 0 0.21 0.85 0.25
HSL 45.56º 0.74% 0.43% -
HSV(B) 45.56º 0.85% 0.75% -
XYZ 32.51 33.16 5.79 -
YUV 148.64 59.92 157.5 -
System Red Green Blue C M Y K H S L
Decimal 190 151 28 0 0.21 0.85 0.25 45.56 0.74 0.43
Hex BE 97 1C 0 15 55 19 2E 4A 2B
Octal 276 227 34 0 25 125 31 56 112 53
Binary 10111110 10010111 11100 0 10101 1010101 11001 101110 1001010 101011

Color Harmonies of #BE971C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE971C

Black with #BE971C

Text Example


Text Example

White with #BE971C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE971C; }

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

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

background-color css

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

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

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

border-color css

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

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

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