Html Css Color HEX #BE961C Buddha Gold

📋 copy color: '#BE961C'

red 190 ◦ green 150 ◦ blue 28

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

Shades of Buddha Gold #BE961C

Tints of Buddha Gold #BE961C

RGB

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

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

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

R = 51.63%
G = 40.76%
B = 7.61%

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

#BE961C (or 0xBE961C) is known color: Buddha Gold. HEX triplet: BE, 96 and 1C. RGB value is (190,150,28). Sum of RGB (Red+Green+Blue) = 190+150+28=368 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.63% from 368); Green value is 150 (58.98% from 255 or 40.76% from 368); Blue value is 28 (11.33% from 255 or 7.61% from 368); Max value from RGB is 190 - color contains mainly: red. Hex color #BE961C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE961C is #4169E3. Grayscale: #949494. Windows color (decimal): -4286948 or 1873598. OLE color: 1873598.

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

Color convert

RGB 190 150 28 -
CMYK 0 0.21 0.85 0.25
HSL 45.19º 0.74% 0.43% -
HSV(B) 45.19º 0.85% 0.75% -
XYZ 32.35 32.84 5.73 -
YUV 148.05 60.25 157.92 -
System Red Green Blue C M Y K H S L
Decimal 190 150 28 0 0.21 0.85 0.25 45.19 0.74 0.43
Hex BE 96 1C 0 15 55 19 2D 4A 2B
Octal 276 226 34 0 25 125 31 55 112 53
Binary 10111110 10010110 11100 0 10101 1010101 11001 101101 1001010 101011

Color Harmonies of #BE961C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE961C

Black with #BE961C

Text Example


Text Example

White with #BE961C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE961C; }

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

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

background-color css

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

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

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

border-color css

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

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

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